Represents a conversation.
It's the unique identification of the conversation on Stringee system.
It's the unique identification of the conversation on local database.
It's name of the conversation.
Whether the conversation is a group chat:
It's the unique identification of the participant create the conversation.
It's number of unread messages in the conversation.
It's last time when update the conversation.
It's time when create the conversation.
It's last message of the conversation.
It's pined message's id.
It's list of participants.
It's custom data of the conversation.
It is the time of the last new message which you received in the conversation.
It is the sequence of the last new message which you received in the conversation.
It's channel type of the conversation.
Whether the conversation is ended:
It's the sequence of the last message in the conversation.
Send a message.
Get list of messages of conversation by message's id. If successful return a list of StringeeMessage in callBack['body'].
Get list of local messages of conversation by message's id. If successful return a list of StringeeMessage in callBack['body'].
Get list of last messages of conversation by message's id. If successful return a list of StringeeMessage in callBack['body'].
Get list of messages which have sequence smaller than seq. If successful return a list of StringeeMessage in callBack['body'].
Get list of messages which have sequence greater than seq. If successful return a list of StringeeMessage in callBack['body'].
Get list of attachment messages by attachment type. If successful return a list of StringeeMessage in callBack['body'].
Update conversation name, avatar.
Set role for participant in the conversation.
Delete messages by message's id.
Revoke messages by message's id.
Mark the conversation's messages as read.
Rate the the support conversation.
Transfer the support conversation to userId.
Continue the support conversation.
Send chat transcript.
End the support conversation.
Send begin typing.
Send end typing.
Delete the conversation.
Add participants to conversation. If successful return a list of added StringeeUser in callBack['body'].
Remove participants from conversation. If successful return a list of removed StringeeUser in callBack['body'].