ITextMessage
Reference the ITextMessage interface for text messages.
読み終わるまでの所要時間 1 分最終更新 7ヶ月前
A text message.
#include <ITextMessage.h>Inherited by IChannelTextMessage, IDirectedTextMessage
Public Functions
Name | |
|---|---|
| virtual const FDateTime & | ReceivedTime() const =0 The time that the message was received in UTC. |
| virtual const FString & | Message() const =0 The message. |
| virtual const AccountId & | Sender() const =0 The sender. |
| virtual const FString & | Language() const =0 The language of the message. This conforms to BCP 47 (https://tools.ietf.org/html/bcp47). |
| virtual const FString & | ApplicationStanzaNamespace() const =0 An optional name space for application-specific data. |
| virtual const FString & | ApplicationStanzaBody() const =0 Optional application-specific data. |
Public Functions Documentation
function ReceivedTime
virtual const FDateTime & ReceivedTime() const =0
The time that the message was received in UTC.
function Message
virtual const FString & Message() const =0
The message.
function Sender
virtual const AccountId & Sender() const =0
The sender.
function Language
virtual const FString & Language() const =0
The language of the message. This conforms to BCP 47 (https://tools.ietf.org/html/bcp47).
function ApplicationStanzaNamespace
virtual const FString & ApplicationStanzaNamespace() const =0
An optional name space for application-specific data.
function ApplicationStanzaBody
virtual const FString & ApplicationStanzaBody() const =0
Optional application-specific data.