Skip to main content

DiscordWelcomeScreenChannel

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordWelcomeScreenChannel

Interface: DiscordWelcomeScreenChannel

https://discord.com/developers/docs/resources/guild#welcome-screen-object-welcome-screen-channel-structure

Properties

channel_id

channel_id: string

The channel's id

Defined in

packages/types/dist/types/discord.d.ts:1031


description

description: string

The description shown for the channel

Defined in

packages/types/dist/types/discord.d.ts:1029


emoji_id

emoji_id: null | string

The emoji id, if the emoji is custom

Defined in

packages/types/dist/types/discord.d.ts:1033


emoji_name

emoji_name: null | string

The emoji name if custom, the unicode character if standard, or null if no emoji is set

Defined in

packages/types/dist/types/discord.d.ts:1035