Class GuildOnboardingPromptOptionProperties
- Namespace
 - Discord
 
- Assembly
 - Discord.Net.Core.dll
 
Represents properties used to create or modify guild onboarding prompt option.
public class GuildOnboardingPromptOptionProperties
  - Inheritance
 - 
      
      GuildOnboardingPromptOptionProperties
 
- Inherited Members
 
Properties
ChannelIds
Gets or set IDs for channels a member is added to when the option is selected.
public ulong[] ChannelIds { get; set; }
  Property Value
- ulong[]
 
Description
Gets or sets the description of the option.
public string Description { get; set; }
  Property Value
Emoji
Gets or sets the emoji of the option.
public Optional<IEmote> Emoji { get; set; }
  Property Value
Id
Gets or sets the Id of the prompt option. If the value is null a new prompt will be created. The existing one will be updated otherwise.
public ulong? Id { get; set; }
  Property Value
RoleIds
Gets or sets IDs for roles assigned to a member when the option is selected.
public ulong[] RoleIds { get; set; }
  Property Value
- ulong[]
 
Title
Gets or sets the title of the option.
public string Title { get; set; }