Uses of Class
org.drinkless.tdlib.TdApi.NetworkStatisticsEntry
Packages that use TdApi.NetworkStatisticsEntry
-
Uses of TdApi.NetworkStatisticsEntry in org.drinkless.tdlib
Subclasses of TdApi.NetworkStatisticsEntry in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Contains information about the total amount of data that was used for calls.static class
Contains information about the total amount of data that was used to send and receive files.Fields in org.drinkless.tdlib declared as TdApi.NetworkStatisticsEntryModifier and TypeFieldDescriptionTdApi.NetworkStatistics.entries
Network statistics entries.TdApi.AddNetworkStatistics.entry
The network statistics entry with the data to be added to statistics.Constructors in org.drinkless.tdlib with parameters of type TdApi.NetworkStatisticsEntryModifierConstructorDescriptionCreates a function, which adds the specified data to data usage statistics.NetworkStatistics
(int sinceDate, TdApi.NetworkStatisticsEntry[] entries) A full list of available network statistic entries.