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

This object represents a gift that can be sent by the bot.

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

Summary

Types

@type t() :: %ExGram.Model.Gift{
  id: String.t(),
  remaining_count: integer() | nil,
  star_count: integer(),
  sticker: ExGram.Model.Sticker.t(),
  total_count: integer() | nil,
  upgrade_star_count: integer() | nil
}

Functions