Table of Contents

Enum GuildChannelType

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Channel types for a guild.

public enum GuildChannelType

Fields

GuildCategory = 4

A channel category used to organize channels within a guild.

GuildDirectory = 14

A directory channel for guild/server discovery.

GuildForum = 15

A forum channel for topic-based discussions.

A guild link channel (custom Fluxer channel type).

GuildMedia = 16

A media channel for sharing images and videos.

GuildNews = 5

A news/announcement channel within a guild.

GuildStageVoice = 13

A stage voice channel for hosting events with speakers and audience.

GuildStore = 6

A store channel within a guild (deprecated in some platforms).

GuildText = 0

A text channel within a guild/server.

GuildVoice = 2

A voice channel within a guild/server.

NewsThread = 10

A thread channel created from a news/announcement post.

PrivateThread = 12

A private thread channel with restricted access.

PublicThread = 11

A public thread channel that anyone can view and join.