getTypingUserListFromConversation

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

Retrieves the list of users currently typing in the conversation.

Return

The list of users currently typing in the conversation.

Parameters

conversationType

The type of the conversation.

targetId

The ID of the conversation.