UNPKG

typescript-telegram-bot-api

Version:

Telegram Bot API wrapper for Node.js written in TypeScript

11 lines (10 loc) 211 B
/** * ## RevenueWithdrawalStatePending * The withdrawal is in progress. */ export type RevenueWithdrawalStatePending = { /** * Type of the state, always “pending” */ type: 'pending'; };