haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.RevenueWithdrawalState

Synopsis

Documentation

data RevenueWithdrawalState Source #

Describes state of a revenue withdrawal

Constructors

RevenueWithdrawalStatePending

Withdrawal is pending

RevenueWithdrawalStateSucceeded

Withdrawal succeeded

Fields

  • date :: Maybe Int

    Point in time (Unix timestamp) when the withdrawal was completed

  • url :: Maybe Text

    The URL where the withdrawal transaction can be viewed

RevenueWithdrawalStateFailed

Withdrawal failed