ExGram.Model.StarAmount (ex_gram v0.55.1)

View Source

Describes an amount of Telegram Stars.

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

Summary

Types

t()

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

Functions

decode_as()