Class DiscordFollowedChannel
Represents a followed channel.
Inheritance
System.Object
DiscordFollowedChannel
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordFollowedChannel
Properties
| Improve this Doc View SourceChannelId
Gets the id of the channel following the announcement channel.
Declaration
public ulong ChannelId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
WebhookId
Gets the id of the webhook that posts crossposted messages to the channel.
Declaration
public ulong WebhookId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |