View Source ExGram.Model.TransactionPartnerUser (ex_gram v0.53.0)
Describes a transaction with a user.
Check the documentation of this model in https://core.telegram.org/bots/api#transactionpartneruser
Summary
Types
@type t() :: %ExGram.Model.TransactionPartnerUser{ type: String.t(), user: ExGram.Model.User.t() }