View Source ExGram.Model.TransactionPartnerAffiliateProgram (ex_gram v0.55.0)

Describes the affiliate program that issued the affiliate commission received via this transaction.

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

Summary

Types

@type t() :: %ExGram.Model.TransactionPartnerAffiliateProgram{
  commission_per_mille: integer(),
  sponsor_user: ExGram.Model.User.t() | nil,
  type: String.t()
}

Functions