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

Describes a service message about a regular gift that was sent or received.

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

Summary

Types

@type t() :: %ExGram.Model.GiftInfo{
  can_be_upgraded: boolean() | nil,
  convert_star_count: integer() | nil,
  entities: [ExGram.Model.MessageEntity.t()] | nil,
  gift: ExGram.Model.Gift.t(),
  is_private: boolean() | nil,
  owned_gift_id: String.t() | nil,
  prepaid_upgrade_star_count: integer() | nil,
  text: String.t() | nil
}

Functions