Class UserTypingEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class UserTypingEvent
    extends Object
    implements Event
    The user_typing event is sent to all members of a channel when a user is typing a message in that channel.

    https://api.slack.com/events/user_typing

    See Also:
    Serialized Form
    • Constructor Detail

      • UserTypingEvent

        public UserTypingEvent()
    • Method Detail

      • getChannel

        public String getChannel()
      • getUser

        public String getUser()
      • setChannel

        public void setChannel​(String channel)
      • setUser

        public void setUser​(String user)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object