View Source ExGram.Model.OwnedGifts (ex_gram v0.55.0)
Contains the list of gifts received and owned by a user or a chat.
Check the documentation of this model in https://core.telegram.org/bots/api#ownedgifts
Summary
Types
@type t() :: %ExGram.Model.OwnedGifts{ gifts: [ExGram.Model.OwnedGift.t()], next_offset: String.t() | nil, total_count: integer() }