Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/payment.ts>RevenueWithdrawalState

Type declarations of the Telegram Bot API.
Very Popular
Latest
type alias RevenueWithdrawalState
import { type RevenueWithdrawalState } from "https://deno.land/x/grammy_types@v3.10.0/payment.ts";

This object describes the state of a revenue withdrawal operation. Currently, it can be one of

  • RevenueWithdrawalStatePending
  • RevenueWithdrawalStateSucceeded
  • RevenueWithdrawalStateFailed
definition: RevenueWithdrawalStatePending | RevenueWithdrawalStateSucceeded | RevenueWithdrawalStateFailed