Interface ChatBoostSourcePremium

A user with Telegram Premium subscription or gifted Telegram Premium boosted the chat. Subtype of ChatBoostSource.

interface ChatBoostSourcePremium {
    @type: "chatBoostSourcePremium";
    user_id: number;
}

Properties

Properties

@type: "chatBoostSourcePremium"
user_id: number

Identifier of the user.