Interface ChatBoostSourcePremium

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

interface ChatBoostSourcePremium {
    source: "premium";
    user: User;
}

Properties

Properties

source: "premium"

Source of the boost, always “premium”

user: User

User that boosted the chat