View Source Telegex.Type.StarTransaction (Telegex v1.9.0-rc.0)

Describes a Telegram Star transaction.

Summary

Types

@type t() :: %Telegex.Type.StarTransaction{
  amount: integer(),
  date: integer(),
  id: String.t(),
  receiver: Telegex.Type.TransactionPartner.t() | nil,
  source: Telegex.Type.TransactionPartner.t() | nil
}