A private 1-1 channel between the bot user and another discord.User.
Note: See [[discord.DMChannel]].
A text channel containing up to 10 unrelated [[discord.Users]].
Note: Bots may not interact/view these channel types. This entry exists for reference purposes.
A category within a guild. Can be used to separate groups of channels under a single parent.
Guild Channels within categories will have a channel id specified on discord.GuildChannel.parentId.
Note: See discord.GuildCategory.
A special text channel that enables the use of the announcements system on Discord.
Note: See discord.GuildNewsChannel.
A special guild voice channel for Community servers.
In these channels, audience members can listen to users elected to the stage by moderators.
Note: See discord.GuildStageVoiceChannel.
A special guild channel that enables commerce features. Typically used by studios utilizing Discord to distribute their game.
Note: See discord.GuildStoreChannel.
A text chat channel within a discord.Guild.
Note: See discord.GuildTextChannel.
A voice channel within a discord.Guild.
Note: See discord.GuildVoiceChannel.
Generated using TypeDoc
An enumeration of channel types.
This is used on the discord.Channel.type property.