Nadia.Model.OwnedGifts (nadia v1.0.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.OwnedGifts{
  gifts: [Nadia.Model.OwnedGift.t()],
  next_offset: binary(),
  total_count: integer()
}