View Source ExGram.Model.TransactionPartner (ex_gram v0.53.0)
This object describes the source of a transaction, or its recipient for outgoing transactions. Currently, it can be one of
Check the documentation of this model in https://core.telegram.org/bots/api#transactionpartner
Summary
Types
@type t() :: %ExGram.Model.TransactionPartner{ type: String.t(), withdrawal_state: ExGram.Model.RevenueWithdrawalState.t() | nil }