class WelcomeScreen

extends

Base
export class WelcomeScreen extends Base

Represents a welcome screen.

readonly
client : Client

The client that instantiated this

description : string | null

The description of this welcome screen

readonly
enabled : boolean

Whether the welcome screen is enabled on the guild

guild : Guild | InviteGuild

The guild for this welcome screen

welcomeChannels : Collection<Snowflake, WelcomeChannel>

Collection of welcome channels belonging to this welcome screen

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

Inherited from: Base

valueOf() : string

Inherited from: Base