userMessageConversation
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
address (string) | 1/1 | The address of the conversation. |
snippet (string) | 1/1 | The snippet of the last message in the conversation. |
messagesUnread (int) | 1/1 | The number of unread messages in this conversation. |
messagesUnsent (int) | 1/1 | The number of unsent messages in this conversation. |
messages (int) | 1/1 | The number of messages in this conversation. |
maxMessageId (int) | 1/1 | The highest message id. |
dateLastMessage (dateTime) | 1/1 | The date of the last messages in this conversation. |
JSON
property | type | description |
---|---|---|
address | address (string) | The address of the conversation. |
snippet | snippet (string) | The snippet of the last message in the conversation. |
messagesUnread | messagesUnread (int) | The number of unread messages in this conversation. |
messagesUnsent | messagesUnsent (int) | The number of unsent messages in this conversation. |
messages | messages (int) | The number of messages in this conversation. |
maxMessageId | maxMessageId (int) | The highest message id. |
dateLastMessage | dateLastMessage (dateTime) | The date of the last messages in this conversation. |