@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface SelfDestructedMessage

    Self-destructed message content. Messages of this type have had their previous content removed due to "self-destructing" after their expiry time.

    SelfDestructedMessage

    interface SelfDestructedMessage {
        isEdited: boolean;
        repliedToMessageId?: string;
        threadId?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isEdited: boolean

    True if this message has been edited by the sender, false if not.

    repliedToMessageId?: string

    The message ID of the message this message is replying to (if this message is a reply).

    threadId?: string

    The thread ID of the message (if this message is in a thread).

    type: string

    The type of the message content.