Class GuildWidgetChannel
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
Name
public string Name { get; }
Property Value
Position
public int Position { get; }