BusinessMessagesDeleted
This object is received when messages are deleted from a connected business account.
fields
| field | type | required | description |
|---|---|---|---|
business_connection_id | string | required | Unique identifier of the business connection |
chat | Chat | required | Information about a chat in the business account. The bot may not have access to the chat or the corresponding user. |
message_ids | number[] | required | The list of identifiers of deleted messages in the chat of the business account |
import
import type { BusinessMessagesDeleted } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#businessmessagesdeleted