GuildOnboardingPromptOption

export class GuildOnboardingPromptOption extends Base
export class GuildOnboardingPromptOption extends Base
Represents the data of an option from a prompt of a guilds onboarding.

Extends

Base
The channels a member is added to when the option is selected
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
description:string | null
The description of the option
Readonly
The emoji of this onboarding prompt option
Readonly
guild:Guild
The guild this onboarding prompt option is from
guildId:Snowflake
The id of the guild this onboarding prompt option is from
The id of the option
The roles assigned to a member when the option is selected
title:string
The title of the option
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string