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() |
Guild |
getGuild() |
Member |
getMember() |
PrivateChannel |
getPrivateChannel() |
TextChannel |
getTextChannel() |
java.time.OffsetDateTime |
getTimestamp() |
boolean |
isPrivate() |
getUser
getJDA, getResponseNumber
public UserTypingEvent(JDA api, long responseNumber, User user, MessageChannel channel, java.time.OffsetDateTime timestamp)
public java.time.OffsetDateTime getTimestamp()
public MessageChannel getChannel()
public boolean isPrivate()
public PrivateChannel getPrivateChannel()
public TextChannel getTextChannel()
public Guild getGuild()
public Member getMember()