AcsChatMessageEventBase interface
Schéma společných vlastností všech událostí chatových zpráv
- Extends
Vlastnosti
| compose |
Původní čas psaní zprávy |
| message |
ID zprávy chatu |
| sender |
Identifikátor komunikace odesílatele |
| sender |
Zobrazované jméno odesílatele |
| type | Typ zprávy |
| version | Verze zprávy |
Zděděné vlastnosti
| recipient |
Identifikátor komunikace cílového uživatele |
| thread |
ID vlákna chatu |
| transaction |
ID transakce se použije jako vektor kolační relace. |
Podrobnosti vlastnosti
composeTime
Původní čas psaní zprávy
composeTime?: string
Hodnota vlastnosti
string
messageId
ID zprávy chatu
messageId: string
Hodnota vlastnosti
string
senderCommunicationIdentifier
Identifikátor komunikace odesílatele
senderCommunicationIdentifier: CommunicationIdentifierModel
Hodnota vlastnosti
senderDisplayName
Zobrazované jméno odesílatele
senderDisplayName?: string
Hodnota vlastnosti
string
type
Typ zprávy
type: string
Hodnota vlastnosti
string
version
Verze zprávy
version?: number
Hodnota vlastnosti
number
Podrobnosti zděděných vlastností
recipientCommunicationIdentifier
Identifikátor komunikace cílového uživatele
recipientCommunicationIdentifier: CommunicationIdentifierModel
Hodnota vlastnosti
threadId
transactionId
ID transakce se použije jako vektor kolační relace.
transactionId: string
Hodnota vlastnosti
string
zděděno zAcsChatEventBase.transactionId