ExGram.Model.TransactionPartnerFragment (ex_gram v0.55.1)

View Source

Describes a withdrawal transaction with Fragment.

Check the documentation of this model in https://core.telegram.org/bots/api#transactionpartnerfragment

Summary

Types

t()

@type t() :: %ExGram.Model.TransactionPartnerFragment{
  type: String.t(),
  withdrawal_state: ExGram.Model.RevenueWithdrawalState.t() | nil
}

Functions

decode_as()