Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias RevenueWithdrawalState
import { type RevenueWithdrawalState } from "https://deno.land/x/grammy@v1.26.0/types.web.ts";

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

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