Table of Contents

Class GuildWidget

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

Constructors

GuildWidget(JsonGuildWidget, RestClient)

public GuildWidget(JsonGuildWidget jsonModel, RestClient client)

Parameters

jsonModel JsonGuildWidget
client RestClient

Properties

Channels

public ImmutableDictionary<ulong, GuildWidgetChannel> Channels { get; }

Property Value

ImmutableDictionary<ulong, GuildWidgetChannel>

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

InstantInvite

public string? InstantInvite { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

PresenceCount

public int PresenceCount { get; }

Property Value

int

Users

public ImmutableDictionary<ulong, User> Users { get; }

Property Value

ImmutableDictionary<ulong, User>