class Tourmaline::Gift
- Tourmaline::Gift
- Reference
- Object
Overview
This object represents a gift that can be sent by the bot.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(id : String, sticker : Tourmaline::Sticker, star_count : Int32 | Int64, upgrade_star_count : Int32 | Int64 | Nil = nil, total_count : Int32 | Int64 | Nil = nil, remaining_count : Int32 | Int64 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#id : String
Unique identifier of the gift
-
#id=(id : String)
Unique identifier of the gift
-
#remaining_count : Int32 | Int64 | Nil
Optional.
-
#remaining_count=(remaining_count : Int32 | Int64 | Nil)
Optional.
-
#star_count : Int32 | Int64
The number of Telegram Stars that must be paid to send the sticker
-
#star_count=(star_count : Int32 | Int64)
The number of Telegram Stars that must be paid to send the sticker
-
#sticker : Tourmaline::Sticker
The sticker that represents the gift
-
#sticker=(sticker : Tourmaline::Sticker)
The sticker that represents the gift
-
#total_count : Int32 | Int64 | Nil
Optional.
-
#total_count=(total_count : Int32 | Int64 | Nil)
Optional.
-
#upgrade_star_count : Int32 | Int64 | Nil
Optional.
-
#upgrade_star_count=(upgrade_star_count : Int32 | Int64 | Nil)
Optional.
Constructor Detail
Instance Method Detail
Optional. The number of remaining gifts of this type that can be sent; for limited gifts only
Optional. The number of remaining gifts of this type that can be sent; for limited gifts only
The number of Telegram Stars that must be paid to send the sticker
Optional. The total number of the gifts of this type that can be sent; for limited gifts only
Optional. The total number of the gifts of this type that can be sent; for limited gifts only
Optional. The number of Telegram Stars that must be paid to upgrade the gift to a unique one
Optional. The number of Telegram Stars that must be paid to upgrade the gift to a unique one