obtain

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

Constructor.

Return

Message object

Parameters

targetId

Conversation ID

type

Conversation type

content

Message content


public static Message obtain(ConversationIdentifier conversationIdentifier, MessageContent content)

Constructor.

Return

Message object

Parameters

conversationIdentifier

Conversation identifier

content

Message content


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

Constructor.

Return

Message object

Parameters

targetId

Conversation ID

type

Conversation type

channelId

Conversation channel ID

content

Message content