Table of Contents

Class GuildOnboardingPromptOption

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GuildOnboardingPromptOption : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonGuildOnboardingPromptOption>
Inheritance
GuildOnboardingPromptOption
Implements
Inherited Members

Constructors

GuildOnboardingPromptOption(JsonGuildOnboardingPromptOption, ulong, RestClient)

public GuildOnboardingPromptOption(JsonGuildOnboardingPromptOption jsonModel, ulong guildId, RestClient client)

Parameters

jsonModel JsonGuildOnboardingPromptOption
guildId ulong
client RestClient

Properties

ChannelIds

Ids for channels an user is added to when the option is selected.

public IReadOnlyList<ulong> ChannelIds { get; }

Property Value

IReadOnlyList<ulong>

Description

Description of the option.

public string? Description { get; }

Property Value

string

Emoji

Emoji of the option.

public Emoji? Emoji { get; }

Property Value

Emoji

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

RoleIds

Ids for roles assigned to an user when the option is selected.

public IReadOnlyList<ulong> RoleIds { get; }

Property Value

IReadOnlyList<ulong>

Title

Title of the option.

public string Title { get; }

Property Value

string