export interface GuildOnboardingPromptOptionData
Data for editing a guild onboarding prompt option.
optionalReadonlyCollection<Snowflake, GuildChannel> | readonly ChannelResolvable[] channels? :
The channels a member is added to when the option is selected
optionalEmoji | EmojiIdentifierResolvable | null emoji? :
The emoji of the option
optionalReadonlyCollection<Snowflake, Role> | readonly RoleResolvable[] roles? :
The roles assigned to a member when the option is selected
string title :
The title of the option