Class JsonGuildChannelMention
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildChannelMention : JsonEntity
- Inheritance
-
JsonGuildChannelMention
- Inherited Members
-
Constructors
JsonGuildChannelMention()
public JsonGuildChannelMention()
Properties
GuildId
[JsonPropertyName("guild_id")]
public ulong GuildId { get; set; }
Property Value
- ulong
Name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- string
Type
[JsonPropertyName("type")]
public ChannelType Type { get; set; }
Property Value
- ChannelType