API reference
Method RequestChannelInfoAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
RequestChannelInfoAsync(ulong, bool, bool)
Requests channel information over the gateway.
public Task RequestChannelInfoAsync(ulong guildId, bool includeStatus = true, bool includeVoiceStartTime = true)
Parameters
guildIdulongThe guild id to request channel information from.
includeStatusboolWhether to include the channel's status. Defaults to true.
includeVoiceStartTimeboolWhether to include the channel's voice start time. Defaults to true.