Package org.javacord.api.event.user
Interface UserStartTypingEvent
-
- All Superinterfaces:
ChannelEvent,Event,TextChannelEvent,TextChannelUserEvent,UserEvent
public interface UserStartTypingEvent extends TextChannelUserEvent
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.channel.TextChannelEvent
getChannel, getGroupChannel, getPrivateChannel, getServerTextChannel
-
-