Skip to main content

CreateGuildChannel

Documentation


Documentation / @discordeno/types / CreateGuildChannel

Interface: CreateGuildChannel

Defined in: discordeno/guild.ts:66

https://docs.discord.com/developers/resources/guild#create-guild-channel-json-params

Properties

availableTags?

optional availableTags?: DiscordenoForumTag[]

Defined in: discordeno/guild.ts:96

Set of tags that can be used in a forum channel


bitrate?

optional bitrate?: number

Defined in: discordeno/guild.ts:74

The bitrate (in bits) of the voice channel (voice only)


defaultAutoArchiveDuration?

optional defaultAutoArchiveDuration?: number

Defined in: discordeno/guild.ts:92

Default duration (in minutes) that clients (not the API) use for newly created threads in this channel, to determine when to automatically archive the thread after the last activity


defaultForumLayout?

optional defaultForumLayout?: ForumLayout

Defined in: discordeno/guild.ts:100

the default forum layout view used to display posts in GUILD_FORUM channels


defaultReactionEmoji?

optional defaultReactionEmoji?: DiscordenoDefaultReactionEmoji

Defined in: discordeno/guild.ts:94

Emoji to show in the add reaction button on a thread in a forum channel


defaultSortOrder?

optional defaultSortOrder?: SortOrderTypes | null

Defined in: discordeno/guild.ts:98

The default sort order type used to order posts in forum channels


defaultThreadRateLimitPerUser?

optional defaultThreadRateLimitPerUser?: number

Defined in: discordeno/guild.ts:102

The initial ratelimit to set on newly created threads in a channel.


name

name: string

Defined in: discordeno/guild.ts:68

Channel name (1-100 characters)


nsfw?

optional nsfw?: boolean

Defined in: discordeno/guild.ts:86

Whether the channel is nsfw


parentId?

optional parentId?: BigString

Defined in: discordeno/guild.ts:84

Id of the parent category for a channel


permissionOverwrites?

optional permissionOverwrites?: Overwrite[]

Defined in: discordeno/guild.ts:82

The channel's permission overwrites


position?

optional position?: number

Defined in: discordeno/guild.ts:80

Sorting position of the channel (channels with the same position are sorted by id)


rateLimitPerUser?

optional rateLimitPerUser?: number

Defined in: discordeno/guild.ts:78

Amount of seconds a user has to wait before sending another message (0-21600); bots, as well as users with the permission manage_messages or manage_channel, are unaffected


rtcRegion?

optional rtcRegion?: string

Defined in: discordeno/guild.ts:88

Channel voice region id of the voice or stage channel, automatic when set to null


topic?

optional topic?: string

Defined in: discordeno/guild.ts:72

Channel topic (0-1024 characters)


type?

optional type?: ChannelTypes

Defined in: discordeno/guild.ts:70

The type of channel


userLimit?

optional userLimit?: number

Defined in: discordeno/guild.ts:76

The user limit of the voice channel (voice only)


videoQualityMode?

optional videoQualityMode?: VideoQualityModes

Defined in: discordeno/guild.ts:90

The camera video quality mode of the voice channel