Table of Contents

Class JsonFollowedChannel

Namespace
NetCord.Rest.JsonModels
Assembly
NetCord.dll
public class JsonFollowedChannel : JsonEntity
Inheritance
JsonFollowedChannel
Inherited Members

Constructors

JsonFollowedChannel()

public JsonFollowedChannel()

Properties

Id

[JsonPropertyName("channel_id")]
public override ulong Id { get; set; }

Property Value

ulong

WebhookId

[JsonPropertyName("webhook_id")]
public ulong WebhookId { get; set; }

Property Value

ulong