Available types

BusinessMessagesDeleted

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

fields

fieldtyperequireddescription
business_connection_idstringrequiredUnique identifier of the business connection
chatChatrequiredInformation about a chat in the business account. The bot may not have access to the chat or the corresponding user.
message_idsnumber[]requiredThe list of identifiers of deleted messages in the chat of the business account

import

types.ts
import type { BusinessMessagesDeleted } from "@yaebal/types";

used by

types