View Source ExGram.Model.StarTransaction (ex_gram v0.55.0)
Describes a Telegram Star transaction. Note that if the buyer initiates a chargeback with the payment provider from whom they acquired Stars (e.g., Apple, Google) following this transaction, the refunded Stars will be deducted from the bot's balance. This is outside of Telegram's control.
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(), nanostar_amount: integer() | nil, receiver: ExGram.Model.TransactionPartner.t() | nil, source: ExGram.Model.TransactionPartner.t() | nil }