class
TD::NetworkStatistics
- TD::NetworkStatistics
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/network_statistics.crConstructors
- .new(since_date : Int32, entries : Array(TD::NetworkStatisticsEntry))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #entries : Array(TD::NetworkStatisticsEntry)
- #entries=(entries : Array(TD::NetworkStatisticsEntry))
- #object_type : String
- #object_type=(object_type : String)
- #since_date : Int32
- #since_date=(since_date : Int32)