public class UserTypingEvent extends GenericUserEvent
User
starts typing. (Similar to the typing indicator in the Discord client)Constructor and Description |
---|
UserTypingEvent(JDA api,
long responseNumber,
User user,
MessageChannel channel,
java.time.OffsetDateTime timestamp) |
Modifier and Type | Method and Description |
---|---|
MessageChannel |
getChannel() |
java.time.OffsetDateTime |
getTimestamp() |
getUser
getJDA, getResponseNumber
public UserTypingEvent(JDA api, long responseNumber, User user, MessageChannel channel, java.time.OffsetDateTime timestamp)
public MessageChannel getChannel()
public java.time.OffsetDateTime getTimestamp()