View Source ExGram.Model.TransactionPartnerFragment (ex_gram v0.53.0)

Describes a withdrawal transaction with Fragment.

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

Summary

Types

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

Functions