Class ChannelUserTypingStatusInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelUserTypingStatusInfo(String userId, String typingMessageType, Long sentTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUserId()
      final String getTypingMessageType()
      final Long getSentTime()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelUserTypingStatusInfo

        ChannelUserTypingStatusInfo(String userId, String typingMessageType, Long sentTime)
        Parameters:
        userId - The user ID of the typing user
        typingMessageType - The message type being composed (e.g.
        sentTime - The timestamp when the typing status was sent (milliseconds)