Class TypingRequest


  • public class TypingRequest
    extends Object
    TypingContent body request.
    • Field Detail

      • typing

        private Boolean typing
        Required. Whether the user is typing or not. If false, the timeout key can be omitted.
      • timeout

        private Long timeout
        The length of time in milliseconds to mark this user as typing.
    • Constructor Detail

      • TypingRequest

        public TypingRequest()
    • Method Detail

      • getTyping

        public Boolean getTyping()
      • setTyping

        public void setTyping​(Boolean typing)
      • getTimeout

        public Long getTimeout()
      • setTimeout

        public void setTimeout​(Long timeout)