Interface DeleteBusinessMessages

Deletes messages on behalf of a business account; for bots only. Request type for Tdjson#deleteBusinessMessages.

interface DeleteBusinessMessages {
    @type: "deleteBusinessMessages";
    business_connection_id: string;
    message_ids: number[];
}

Properties

@type: "deleteBusinessMessages"
business_connection_id: string

Unique identifier of business connection through which the messages were received.

message_ids: number[]

Identifier of the messages.