libtd-ktx / kotlinx.telegram.coroutines / addNetworkStatistics
addNetworkStatistics
suspend fun TelegramFlow.addNetworkStatistics(entry: NetworkStatisticsEntry?): Unit
Suspend function, which adds the specified data to data usage statistics. Can be called before authorization.
Parameters
entry - The network statistics entry with the data to be added to statistics.