import { Context } from "https://deno.land/x/grammy@v1.24.0/context.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
Unique identifier for the chat or username of the channel (in the format @channelusername)
optional
signal: AbortSignalOptional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#getuserchatboosts