GramIO API Reference / @gramio/contexts/dist / BusinessMessagesDeleted
Class: BusinessMessagesDeleted
Defined in: contexts/index.d.ts:1407
Describes the connection of the bot with a business account.
Extended by
Constructors
Constructor
new BusinessMessagesDeleted(
payload):BusinessMessagesDeleted
Defined in: contexts/index.d.ts:1409
Parameters
| Parameter | Type |
|---|---|
payload | TelegramBusinessMessagesDeleted |
Returns
BusinessMessagesDeleted
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramBusinessMessagesDeleted | contexts/index.d.ts:1408 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:1411
Returns
string
businessConnectionId
Get Signature
get businessConnectionId():
string
Defined in: contexts/index.d.ts:1413
Unique identifier of the business connection
Returns
string
chat
Get Signature
get chat():
Chat
Defined in: contexts/index.d.ts:1415
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
Returns
messageIds
Get Signature
get messageIds():
number[]
Defined in: contexts/index.d.ts:1417
A list of identifiers of deleted messages in the chat of the business account
Returns
number[]