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