Method WaitForTypingAsync
- Namespace
- DSharpPlus.Interactivity
- Assembly
- DSharpPlus.Interactivity.dll
WaitForTypingAsync(DiscordChannel, TimeSpan?)
Waits for any user to start typing.
public Task<InteractivityResult<TypingStartedEventArgs>> WaitForTypingAsync(DiscordChannel channel, TimeSpan? timeoutoverride = null)
Parameters
channel
DiscordChannelChannel to type in.
timeoutoverride
TimeSpan?Override timeout period.