Uses of Class
org.drinkless.tdlib.TdApi.NetworkStatisticsEntry
-
Packages that use TdApi.NetworkStatisticsEntry Package Description org.drinkless.tdlib -
-
Uses of TdApi.NetworkStatisticsEntry in org.drinkless.tdlib
Subclasses of TdApi.NetworkStatisticsEntry in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.NetworkStatisticsEntryCallContains information about the total amount of data that was used for calls.static classTdApi.NetworkStatisticsEntryFileContains information about the total amount of data that was used to send and receive files.Fields in org.drinkless.tdlib declared as TdApi.NetworkStatisticsEntry Modifier and Type Field Description TdApi.NetworkStatisticsEntry[]TdApi.NetworkStatistics. entriesNetwork statistics entries.TdApi.NetworkStatisticsEntryTdApi.AddNetworkStatistics. entryThe network statistics entry with the data to be added to statistics.Constructors in org.drinkless.tdlib with parameters of type TdApi.NetworkStatisticsEntry Constructor Description AddNetworkStatistics(TdApi.NetworkStatisticsEntry entry)Creates 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.
-