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

    Interface KeyVerificationRequest

    Key verification request message content.

    KeyVerificationRequest

    interface KeyVerificationRequest {
        body: string;
        fromDevice: string;
        isEdited: boolean;
        methods: string[];
        repliedToMessageId?: string;
        threadId?: string;
        timestamp: number;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string

    The body of the key verification request.

    fromDevice: string

    The device ID of the sender.

    isEdited: boolean

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

    methods: string[]

    The methods of the key verification request.

    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).

    timestamp: number

    The timestamp of the key verification request.

    type: string

    The type of the message content.