method Api.prototype.getUserChatBoostsimport { Api } from "https://dotland.deno.dev/x/grammy@v1.20.2/mod.ts"; getUserChatBoosts(chat_id: number | string,user_id: number,signal?: AbortSignal,)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. Parameterschat_id: number | stringUnique identifier for the chat or username of the channel (in the format @channelusername) user_id: numberUnique identifier of the target user optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getuserchatboosts