Expand description
Constants, error types, and functions for validating channel fields.
Structs§
- Returned when the channel can not be updated as configured.
Enums§
- Type of
ChannelValidationError
that occurred.
Constants§
- Minimum bitrate of a voice channel.
- Maximum number of bulk messages that can be deleted.
- Minimum number of bulk messages that can be deleted.
- Maximum length of a forum channel’s topic.
- Maximum length of a channel’s name.
- Minimum length of a channel’s name.
- Maximum length of a channel’s rate limit per user.
- Maximum number of members that can be returned in a thread.
- Minimum number of members that can be returned in a thread.
- Maximum length of a channel’s topic.
- Maximum user limit of an audio channel.
Functions§
- Ensure a channel’s bitrate is collect.
- Ensure the number of messages to delete in bulk is correct.
- Ensure a forum channel’s topic’s length is correct.
- Ensure a channel is a thread.
- Ensure a channel’s name’s length is correct.
- Ensure a channel’s rate limit per user is correct.
- Ensure the limit set for the number of thread members to return is correct.
- Ensure a channel’s topic’s length is correct.
- Ensure a channel’s user limit is correct.