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

Describes an amount of Telegram Stars.

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

Summary

Types

@type t() :: %ExGram.Model.StarAmount{
  amount: integer(),
  nanostar_amount: integer() | nil
}

Functions