Table of Contents

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 DiscordChannel

Channel to type in.

timeoutoverride TimeSpan?

Override timeout period.

Returns

Task<InteractivityResult<TypingStartedEventArgs>>