CreateGuildChannel
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?
optionalavailableTags?:DiscordenoForumTag[]
Defined in: discordeno/guild.ts:96
Set of tags that can be used in a forum channel
bitrate?
optionalbitrate?:number
Defined in: discordeno/guild.ts:74
The bitrate (in bits) of the voice channel (voice only)
defaultAutoArchiveDuration?
optionaldefaultAutoArchiveDuration?: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?
optionaldefaultForumLayout?:ForumLayout
Defined in: discordeno/guild.ts:100
the default forum layout view used to display posts in GUILD_FORUM channels
defaultReactionEmoji?
optionaldefaultReactionEmoji?:DiscordenoDefaultReactionEmoji
Defined in: discordeno/guild.ts:94
Emoji to show in the add reaction button on a thread in a forum channel
defaultSortOrder?
optionaldefaultSortOrder?:SortOrderTypes|null
Defined in: discordeno/guild.ts:98
The default sort order type used to order posts in forum channels
defaultThreadRateLimitPerUser?
optionaldefaultThreadRateLimitPerUser?: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?
optionalnsfw?:boolean
Defined in: discordeno/guild.ts:86
Whether the channel is nsfw
parentId?
optionalparentId?:BigString
Defined in: discordeno/guild.ts:84
Id of the parent category for a channel
permissionOverwrites?
optionalpermissionOverwrites?:Overwrite[]
Defined in: discordeno/guild.ts:82
The channel's permission overwrites
position?
optionalposition?:number
Defined in: discordeno/guild.ts:80
Sorting position of the channel (channels with the same position are sorted by id)
rateLimitPerUser?
optionalrateLimitPerUser?: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?
optionalrtcRegion?:string
Defined in: discordeno/guild.ts:88
Channel voice region id of the voice or stage channel, automatic when set to null
topic?
optionaltopic?:string
Defined in: discordeno/guild.ts:72
Channel topic (0-1024 characters)
type?
optionaltype?:ChannelTypes
Defined in: discordeno/guild.ts:70
The type of channel
userLimit?
optionaluserLimit?:number
Defined in: discordeno/guild.ts:76
The user limit of the voice channel (voice only)
videoQualityMode?
optionalvideoQualityMode?:VideoQualityModes
Defined in: discordeno/guild.ts:90
The camera video quality mode of the voice channel