Enum GuildChannelType
Channel types for a guild.
public enum GuildChannelType
Fields
GuildCategory = 4A channel category used to organize channels within a guild.
GuildDirectory = 14A directory channel for guild/server discovery.
GuildForum = 15A forum channel for topic-based discussions.
GuildLink = 998A guild link channel (custom Fluxer channel type).
GuildMedia = 16A media channel for sharing images and videos.
GuildNews = 5A news/announcement channel within a guild.
GuildStageVoice = 13A stage voice channel for hosting events with speakers and audience.
GuildStore = 6A store channel within a guild (deprecated in some platforms).
GuildText = 0A text channel within a guild/server.
GuildVoice = 2A voice channel within a guild/server.
NewsThread = 10A thread channel created from a news/announcement post.
PrivateThread = 12A private thread channel with restricted access.
PublicThread = 11A public thread channel that anyone can view and join.