class

Tourmaline::ChatBoostSourcePremium

Inherits JSON::Serializable < Reference < Object

The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.

Constructors

new(source : String, user : Tourmaline::User)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

source

Source of the boost, always "premium"

Source
source=(source : String)

Source of the boost, always "premium"

Source
user

User that boosted the chat

Source
user=(user : Tourmaline::User)

User that boosted the chat

Source