GramIO API Reference / gramio/dist / TelegramBusinessMessagesDeleted
Interface: TelegramBusinessMessagesDeleted
Defined in: @gramio/types/out/objects.d.ts:5606
This object is received when messages are deleted from a connected business account.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
business_connection_id | string | Unique identifier of the business connection | @gramio/types/out/objects.d.ts:5610 |
chat | TelegramChat | Information about a chat in the business account. The bot may not have access to the chat or the corresponding user. | @gramio/types/out/objects.d.ts:5614 |
message_ids | number[] | The list of identifiers of deleted messages in the chat of the business account | @gramio/types/out/objects.d.ts:5618 |