APIChannel
Full channel object from GET /channels/{id} or GET /guilds/{id}/channels.
Extends Omit
Properties
?: number | nullVoice bitrate (kbps).
?: ContentWarningLevelContent warning level.
?: string | nullContent warning custom text.
?: SnowflakeGuild ID (absent for DMs).
?: string | nullChannel icon hash.
?: Snowflake | nullLast message ID in this channel.
?: string | nullISO-8601 timestamp of last pin.
?: stringChannel name.
?: Record<string, string>User-specific nicknames in group DMs (user_id -> nick).
?: booleanWhether the channel is NSFW.
?: boolean | nullPer-channel NSFW override (`null` inherits).
?: Snowflake | nullOwner ID (group DMs).
?: Snowflake | nullParent category ID.
?: APIChannelOverwrite[]Permission overwrites.
?: numberSort position in the channel list.
?: numberSlowmode delay in seconds.
?: APIUser[]DM/group DM recipients.
?: string | nullVoice RTC region ID.
?: string | nullChannel topic.
?: string | nullExternal URL (link channels, type 998).
?: number | nullVoice user limit (0 = unlimited).
?: number | nullMax active voice connections per user in this channel.