Interface IGuildOnboardingPromptOption
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents the guild onboarding prompt option.
public interface IGuildOnboardingPromptOption : ISnowflakeEntity, IEntity<ulong>
- Inherited Members
- Extension Methods
Properties
ChannelIds
Gets IDs of channels a member is added to when the option is selected.
IReadOnlyCollection<ulong> ChannelIds { get; }
Property Value
Description
Gets the description of the option. null if none is set.
string Description { get; }
Property Value
Emoji
Gets the emoji of the option. null if none is set.
IEmote Emoji { get; }
Property Value
RoleIds
Gets IDs of roles assigned to a member when the option is selected.
IReadOnlyCollection<ulong> RoleIds { get; }
Property Value
Title
Gets the title of the option.
string Title { get; }