Enum
ChannelType
Channel type enum (Fluxer OpenAPI).
GuildText— text channel in a guildDM— private DM between two usersGuildVoice— voice channel in a guildGroupDM— group DM with multiple usersGuildCategory— category container for channelsGuildLink— Fluxer link channel (OpenAPI GUILD_LINK, type 998)DMPersonalNotes— Fluxer personal notes DM (OpenAPI DM_PERSONAL_NOTES, type 999)
Members
| Name | Value |
|---|---|
| GuildText | 0 |
| DM | 1 |
| GuildVoice | 2 |
| GroupDM | 3 |
| GuildCategory | 4 |
| GuildLink | 998 |
| DMPersonalNotes | 999 |