Nadia.Model.UniqueGift (nadia v1.2.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.UniqueGift{
  backdrop: Nadia.Model.UniqueGiftBackdrop.t(),
  base_name: binary(),
  colors: Nadia.Model.UniqueGiftColors.t(),
  gift_id: binary(),
  is_burned: boolean(),
  is_from_blockchain: boolean(),
  is_premium: boolean(),
  model: Nadia.Model.UniqueGiftModel.t(),
  name: binary(),
  number: integer(),
  publisher_chat: Nadia.Model.Chat.t(),
  symbol: Nadia.Model.UniqueGiftSymbol.t()
}