Interface GetStarRevenueStatistics

Returns detailed Telegram Star revenue statistics. Request type for Tdjson#getStarRevenueStatistics.

interface GetStarRevenueStatistics {
    @type: "getStarRevenueStatistics";
    is_dark?: boolean;
    owner_id: MessageSender;
}

Properties

@type: "getStarRevenueStatistics"
is_dark?: boolean

Pass true if a dark theme is used by the application.

owner_id: MessageSender

Identifier of the owner of the Telegram Stars; can be identifier of an owned bot, or identifier of a channel chat with supergroupFullInfo.can_get_star_revenue_statistics == true.