Table of Contents
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

guildId ulong

The guild id to request channel information from.

includeStatus bool

Whether to include the channel's status. Defaults to true.

includeVoiceStartTime bool

Whether to include the channel's voice start time. Defaults to true.

Returns

Task