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

channel DiscordChannel

Channel to type in.

timeoutOverride TimeSpan?

Override timeout period.

Returns

Task<InteractivityResult<TypingStartEventArgs>>