getTypingUserListFromConversation

public synchronized Collection<TypingStatus> getTypingUserListFromConversation(ConversationType conversationType, String targetId, String channelId)

Retrieves the list of users currently typing in the specified conversation based on conversationType and targetId.

Return

The list of users currently typing in the specified conversation.

Parameters

conversationType

The type of the conversation.

targetId

The ID of the conversation.

channelId

The business identifier of the conversation to which the message belongs.