Property InterviewChannelId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
InterviewChannelId
Gets the id of the interview channel.
This will be a group dm channel.
Bots cannot access this, so it's pretty much useless.
[JsonProperty("interview_channel_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong? InterviewChannelId { get; }