public class UserTypingEvent extends Object implements Event
https://api.slack.com/events/user_typing
| Constructor and Description |
|---|
UserTypingEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.