tutti-api - v2.1.0
    Preparing search index...

    Interface Message

    interface Message {
        content: MessageContent;
        id: string;
        offset: number;
        senderPublicAccountId: string;
        timestamp: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    id: string
    offset: number

    Sequence number within the conversation (1, 2, 3…). Drives read receipts.

    senderPublicAccountId: string
    timestamp: string
    type: string