class WelcomeChannel

extends

Base
export class WelcomeChannel extends Base

Represents a channel link in a guild's welcome screen.

The channel of this welcome channel

channelId : Snowflake

The id of this welcome channel

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

description : string

The description of this welcome channel

readonly
emoji : GuildEmoji | Emoji

The emoji of this welcome channel

guild : Guild | InviteGuild

The guild for this welcome channel

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

Inherited from: Base

valueOf() : string

Inherited from: Base