Table of Contents

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

jsonModel JsonGuildChannelMention

Properties

GuildId

The containing guild's ID.

public ulong GuildId { get; }

Property Value

ulong

Id

The guild channel's ID.

public override ulong Id { get; }

Property Value

ulong

Name

The guild channel's name.

public string Name { get; }

Property Value

string

Type

The guild channel's type.

public ChannelType Type { get; }

Property Value

ChannelType