Table of Contents

Class FollowedChannel

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class FollowedChannel : ClientEntity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonFollowedChannel>
Inheritance
FollowedChannel
Implements
Inherited Members

Constructors

FollowedChannel(JsonFollowedChannel, RestClient)

public FollowedChannel(JsonFollowedChannel jsonModel, RestClient client)

Parameters

jsonModel JsonFollowedChannel
client RestClient

Properties

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

WebhookId

public ulong WebhookId { get; }

Property Value

ulong