View Source ExGram.Model.StarTransaction (ex_gram v0.53.0)
Describes a Telegram Star transaction.
Check the documentation of this model in https://core.telegram.org/bots/api#startransaction
Summary
Types
@type t() :: %ExGram.Model.StarTransaction{ amount: integer(), date: integer(), id: String.t(), receiver: ExGram.Model.TransactionPartner.t() | nil, source: ExGram.Model.TransactionPartner.t() | nil }