Interface GetTonRevenueStatistics

Returns detailed Toncoin revenue statistics of the current user. Request type for Tdjson#getTonRevenueStatistics.

interface GetTonRevenueStatistics {
    @type: "getTonRevenueStatistics";
    is_dark?: boolean;
}

Properties

Properties

@type: "getTonRevenueStatistics"
is_dark?: boolean

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