Interface GetNetworkStatistics

Returns network data usage statistics. Can be called before authorization. Request type for Tdjson#getNetworkStatistics.

interface GetNetworkStatistics {
    @type: "getNetworkStatistics";
    only_current?: boolean;
}

Properties

Properties

@type: "getNetworkStatistics"
only_current?: boolean

Pass true to get statistics only for the current library launch.