Skip to main content
Module

x/grammy/mod.ts>Api#getUserChatBoosts

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

Use this method to get the list of boosts added to a chat by a user. Requires administrator rights in the chat. Returns a UserChatBoosts object.

Parameters

chat_id: number | string

Unique identifier for the chat or username of the channel (in the format @channelusername)

user_id: number

Unique identifier of the target user

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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