obtain

public static Message obtain(String targetId, ConversationType type, MessageContent content)

构造函数。

Return

消息实体

Parameters

targetId

会话 id

type

会话类型

content

消息内容


public static Message obtain(ConversationIdentifier conversationIdentifier, MessageContent content)

构造函数。

Return

消息实体

Parameters

conversationIdentifier

会话标识

content

消息内容


public static Message obtain(String targetId, ConversationType type, String channelId, MessageContent content)

构造函数。

Return

消息实体

Parameters

targetId

会话 id

type

会话类型

channelId

会话 channelId

content

消息内容