Conexia Telecom SDK
    Preparing search index...

    Type Alias SmsMessage

    Represents sms message

    type SmsMessage = {
        deleted: boolean;
        files: FssFile[];
        inbound: boolean;
        message: string;
        messageUid: string;
        senderUserId: string;
        sessionId: string;
        status: SmsMessageStatus;
        timestamp: number;
        type: SmsMessageType;
    }
    Index
    deleted: boolean

    Indicates whether message is deleted or not.

    files: FssFile[]

    List of fss files.

    inbound: boolean

    Indicates whether message is inbound.

    message: string

    Message text.

    messageUid: string

    Message uid.

    senderUserId: string

    User id of message sender.

    sessionId: string

    Session id.

    Sms message status.

    timestamp: number

    Timestamp of when message was sent/recieved.

    Sms message type.