UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

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