/** * ## ChatBoostAdded * This object contains information about a chat boost. * @see https://core.telegram.org/bots/api#chatboostadded */ export type ChatBoostAdded = { /** * Number of boosts added by the user */ boost_count: number; };