class

Tourmaline::GiveawayCreated

Inherits JSON::Serializable < Reference < Object

This object represents a service message about the creation of a scheduled giveaway.

Constructors

new(prize_star_count : Int32 | Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

prize_star_count

Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only

Source
prize_star_count=(prize_star_count : Int32 | Int64 | Nil)

Optional. The number of Telegram Stars to be split between giveaway winners; for Telegram Star giveaways only

Source