Interface UpdateOwnedStarCount

The number of Telegram Stars owned by the current user has changed. Subtype of Update.

interface UpdateOwnedStarCount {
    @type: "updateOwnedStarCount";
    star_amount: StarAmount;
}

Properties

Properties

@type: "updateOwnedStarCount"
star_amount: StarAmount

The new amount of owned Telegram Stars.