Table of Contents

Class GuildWidgetChannel

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

Constructors

GuildWidgetChannel(JsonGuildWidgetChannel)

public GuildWidgetChannel(JsonGuildWidgetChannel jsonModel)

Parameters

jsonModel JsonGuildWidgetChannel

Properties

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Position

public int Position { get; }

Property Value

int