Interface DirectItemEditInput

interface DirectItemEditInput {
    body: string;
    itemId: string;
    originalMessageClientContext: string;
    threadId: string;
}

Properties

body: string

The new text of the message

itemId: string

ID of the message in the thread

originalMessageClientContext: string
threadId: string
""