Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#getUserChatBoosts

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.getUserChatBoosts
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.ts";

Context-aware alias for api.getUserChatBoosts. 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)

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

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