Interface StarCount

Contains a number of Telegram Stars.

interface StarCount {
    @type: "starCount";
    star_count: number;
}

Properties

Properties

@type: "starCount"
star_count: number

Number of Telegram Stars.