Class UserTypingEvent

All Implemented Interfaces:
GenericEvent

public class UserTypingEvent extends GenericUserEvent
Indicates that a User started typing. (Similar to the typing indicator in the Discord client)

Requirements

This event requires the GUILD_MESSAGE_TYPING intent to be enabled to fire for guild channels, and DIRECT_MESSAGE_TYPING to fire for private channels.
createDefault(String) and createLight(String) disable these by default!

Can be used to retrieve the User who started typing and when and in which MessageChannel they started typing.