Class MessageInfo

Class Documentation

class MessageInfo

Contains information about a conversation message.

Public Functions

MessageInfo()
MessageInfo(const csp::common::String &ConversationId, bool IsConversation, const csp::common::String &Message)
MessageInfo(const csp::common::String &ConversationId, bool IsConversation, const csp::common::String &Message, const csp::common::String &MessageId)
MessageInfo(const MessageInfo &MessageData)

Public Members

csp::common::String ConversationId

The id of the conversation.

csp::common::String CreatedTimestamp

The time the message was created.

csp::common::String EditedTimestamp

The time the message was last edited.

csp::common::String UserId

The user id that triggered the event.

csp::common::String Message

The message contents.

csp::common::String MessageId

The unique identifier of the message.