Table of Contents

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

ulong

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Type

public ChannelType Type { get; }

Property Value

ChannelType