addNetworkStatistics - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


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.