ChannelUserTypingStatusInfo

public final class ChannelUserTypingStatusInfo

Represents a user's typing status within a channel.

Parameters

userId

The user ID of the typing user

typingMessageType

The message type being composed (e.g., "RC:TxtMsg")

sentTime

The timestamp when the typing status was sent (milliseconds)

Constructors

Link copied to clipboard
public ChannelUserTypingStatusInfo ChannelUserTypingStatusInfo(String userId, String typingMessageType, Long sentTime)

Properties

Link copied to clipboard
private final Long sentTime
Link copied to clipboard
private final String typingMessageType
Link copied to clipboard
private final String userId

Functions

Link copied to clipboard
public final Long getSentTime()
Link copied to clipboard
public final String getTypingMessageType()
Link copied to clipboard
public final String getUserId()