interface UpdateTaskById {
    inlineTaskId: string;
    status: string;
}

Hierarchy (view full)

Properties

Properties

inlineTaskId: string

Global ID of the inline task to update

status: string

Generated using TypeDoc v0.25.12