Skip to main content
Module

x/grammy/mod.ts>Api#getBusinessConnection

The Telegram Bot Framework.
Very Popular
Latest
method Api.prototype.getBusinessConnection
import { Api } from "https://deno.land/x/grammy@v1.22.4/mod.ts";

Use this method to get information about the connection of the bot with a business account. Returns a BusinessConnection object on success.

Parameters

business_connection_id: string

Unique identifier of the business connection

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#getbusinessconnection