send Typing Status
public abstract void sendTypingStatus(ConversationType conversationType, String targetId, String channelId, String typingContentType)
向会话中发送正在输入的状态,目前只支持单聊。
Since
5.1.1
Parameters
conversation Type
会话类型
target Id
会话 id
channel Id
消息所属会话的业务标识
typing Content Type
正在输入的消息的类型名, typingContentType 为用户当前正在编辑的消息类型名,即 Message 中 getObjectName 的返回值。 如文本消息,传类型名 "RC:TxtMsg"。