/** * ## ReactionTypePaid * The reaction is paid. * #see https://core.telegram.org/bots/api#reactiontypepaid */ export type ReactionTypePaid = { /** * Type of the reaction, always “paid” */ type: 'paid'; };