MadelineProtoDocs/docs/TD_docs/constructors/networkStatistics.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
698 B
Markdown

---
title: networkStatistics
description: Full list of available network statistics entries
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: networkStatistics
[Back to constructors index](index.md)
Full list of available network statistics entries
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|since\_date|[int](../types/int.md) | Yes|Date since which statistics are collected, unix time|
|entries|Array of [NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md) | Yes|Network statistics entries|
### Type: [NetworkStatistics](../types/NetworkStatistics.md)