Class GuildChannelMention
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class GuildChannelMention : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>
- Inheritance
-
GuildChannelMention
- Implements
- Inherited Members
Constructors
GuildChannelMention(JsonGuildChannelMention)
public GuildChannelMention(JsonGuildChannelMention jsonModel)
Parameters
jsonModel
JsonGuildChannelMention
Properties
GuildId
public ulong GuildId { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Type
public ChannelType Type { get; }