Channel User Typing Status Info
Represents a user's typing status within a channel.
Parameters
user Id
The user ID of the typing user
typing Message Type
The message type being composed (e.g., "RC:TxtMsg")
sent Time
The timestamp when the typing status was sent (milliseconds)
Constructors
Link copied to clipboard
public ChannelUserTypingStatusInfo ChannelUserTypingStatusInfo(String userId, String typingMessageType, Long sentTime)