interface BusinessMessagesDeletedimport { type BusinessMessagesDeleted } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.web.ts"; This object is received when messages are deleted from a connected business account. Propertiesbusiness_connection_id: stringUnique identifier of the business connection chat: Chat.PrivateChatInformation about a chat in the business account. The bot may not have access to the chat or the corresponding user. message_ids: number[]A JSON-serialized list of identifiers of deleted messages in the chat of the business account import BusinessMessagesDeletedimport { BusinessMessagesDeleted } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.web.ts";