Create a new Message for a given conversation.
Represents Message object.
id -- id of the message. conversation -- id of the linked conversation. account -- information about partner who posted the message into the conversation. created -- the information about when was the message created. creator -- information about the user who posted the message. text -- actual message value. type -- message type. Can be one of message (message visible for all accounts involved), state_change (message which appears in UI as status change and not as the message in a thread from a user) or private (message visible only to users of the creator account and not to the other involved partner users). events -- the information about who and when created and/or updated the conversation.
Connect Account details.
id -- id of the account. name -- name of the account. icon -- icon of the account.
Connect Actor details.
id -- id of the actor. name -- name of the actor. icon -- icon of the actor.