UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

12 lines (11 loc) 301 B
/** * RevenueWithdrawalStateFailed * The withdrawal failed and the transaction was refunded. * #see https://core.telegram.org/bots/api#revenuewithdrawalstatefailed */ export type RevenueWithdrawalStateFailed = { /** * Type of the state, always “failed” */ type: 'failed'; };