Interface APIChannelPayload

The payload for creating a channel.

See

https://www.guilded.gg/docs/api/channels/ChannelCreate

Hierarchy

Properties

categoryId?: number

The ID of the category the channel belongs to.

groupId?: string

The ID of the group the channel belongs to.

isPublic?: boolean

Whether the channel is public.

name: string

The name of the channel.

serverId?: string

The ID of the server the channel belongs to.

topic?: string

The topic of the channel.

The type of the channel.