API reference
Method WaitForTypingAsync
- Namespace
- DisCatSharp.Interactivity
- Assembly
- DisCatSharp.Interactivity.dll
WaitForTypingAsync(DiscordChannel, TimeSpan?)
Waits for any user to start typing.
public Task<InteractivityResult<TypingStartEventArgs>> WaitForTypingAsync(DiscordChannel channel, TimeSpan? timeoutOverride = null)
Parameters
channelDiscordChannelChannel to type in.
timeoutOverrideTimeSpan?Override timeout period.