Class GuildChannelMention
- Namespace
- NetCord
- Assembly
- NetCord.dll
Represents a mentioned channel (such as <#1060153373401288816>).
public class GuildChannelMention : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>
- Inheritance
-
GuildChannelMention
- Implements
- Inherited Members
Constructors
GuildChannelMention(JsonGuildChannelMention)
Represents a mentioned channel (such as <#1060153373401288816>).
public GuildChannelMention(JsonGuildChannelMention jsonModel)
Parameters
jsonModelJsonGuildChannelMention
Properties
GuildId
The containing guild's ID.
public ulong GuildId { get; }
Property Value
Id
The guild channel's ID.
public override ulong Id { get; }
Property Value
Name
The guild channel's name.
public string Name { get; }
Property Value
Type
The guild channel's type.
public ChannelType Type { get; }