IGPAPI
    Preparing search index...

    Interface DirectEditMessageInput

    interface DirectEditMessageInput {
        body: string;
        itemId: string;
        originalMessageClientContext: string;
        threadId: string | number;
    }
    Index

    Properties

    body: string

    The new text of the message

    itemId: string

    ID of the message in the thread

    originalMessageClientContext: string
    threadId: string | number