get Typing User List From Conversation
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
conversation Type
The type of the conversation.
target Id
The ID of the conversation.
channel Id
The business identifier of the conversation to which the message belongs.