Interface BusinessMessagesDeleted

This object is received when messages are deleted from a connected business account.

interface BusinessMessagesDeleted {
    business_connection_id: string;
    chat: Telegram.Chat.PrivateChat;
    message_ids: number[];
}

Properties

business_connection_id: string

Unique identifier of the business connection

Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.

message_ids: number[]

The list of identifiers of deleted messages in the chat of the business account