Table of Contents

Class TypingStartEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for TypingStarted event.

public class TypingStartEventArgs : DiscordEventArgs
Inheritance
TypingStartEventArgs
Inherited Members

Properties

Channel

Gets the channel in which the indicator was triggered.

Guild

Gets the guild in which the indicator was triggered.

StartedAt

Gets the date and time at which the user started typing.

User

Gets the user that started typing.

This can be cast to a DiscordMember if the typing occurred in a guild.