interface ChatBoostRemovedimport { type ChatBoostRemoved } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.ts"; This object represents a boost removed from a chat. Propertieschat: ChatChat which was boosted boost_id: stringUnique identifier of the boost remove_date: numberPoint in time (Unix timestamp) when the boost was removed source: ChatBoostSourceSource of the removed boost import ChatBoostRemovedimport { ChatBoostRemoved } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.ts";