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