interface UserChatBoostsimport { type UserChatBoosts } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts"; This object represents a list of boosts added to a chat by a user. Propertiesboosts: ChatBoost[]The list of boosts added to the chat by the user import UserChatBoostsimport { UserChatBoosts } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts";