Interface StarRevenueStatistics

A detailed statistics about Telegram Stars earned by a bot or a chat.

interface StarRevenueStatistics {
    @type: "starRevenueStatistics";
    revenue_by_day_graph: StatisticalGraph;
    status: StarRevenueStatus;
    usd_rate: number;
}

Properties

@type: "starRevenueStatistics"
revenue_by_day_graph: StatisticalGraph

A graph containing amount of revenue in a given day.

Telegram Star revenue status.

usd_rate: number

Current conversion rate of a Telegram Star to USD.