Very Popular
Go to Latest
interface BusinessMessagesDeleted
import { type BusinessMessagesDeleted } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.deno.ts";

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

Properties

business_connection_id: string

Unique identifier of the business connection

Information 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 BusinessMessagesDeleted
import { BusinessMessagesDeleted } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.deno.ts";