Class TypingStartedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for TypingStarted event.
public class TypingStartedEventArgs : DiscordEventArgs
- Inheritance
-
TypingStartedEventArgs
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.