Property ChannelId
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
ChannelId
Gets the ID of the channel this webhook belongs to.
[JsonProperty("channel_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong ChannelId { get; }
Gets the ID of the channel this webhook belongs to.
[JsonProperty("channel_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong ChannelId { get; }