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