--- title: addNetworkStatistics description: Adds specified data to data usage statistics. Can be called before authorization image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Method: addNetworkStatistics [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Adds specified data to data usage statistics. Can be called before authorization ### Parameters: | Name | Type | Description | Required | |----------|---------------|-------------|----------| |entry|[NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md) | Network statistics entry with a data to add to statistics | Yes| ### Return type: [Ok](../types/Ok.md)