Package org.javacord.api.event.user
Interface UserStartTypingEvent
-
- All Superinterfaces:
ChannelEvent,Event,OptionalUserEvent,TextChannelEvent
public interface UserStartTypingEvent extends TextChannelEvent, OptionalUserEvent
A event when a user starts typing. If the user starts typing the "xyz is typing..." message is displayed for 5 seconds. It also stops if the user sent a message.
-
-
Method Summary
-
Methods inherited from interface org.javacord.api.event.user.OptionalUserEvent
getUser, getUserId, getUserIdAsString, requestUser
-
Methods inherited from interface org.javacord.api.event.channel.TextChannelEvent
getChannel, getGroupChannel, getPrivateChannel, getServerTextChannel
-
-