mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
787 B
787 B
title | description | nav_exclude | image |
---|---|---|---|
statsDateRangeDays | Channel statistics date range | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsDateRangeDays
Channel statistics date range
Attributes:
Name | Type | Required | Description |
---|---|---|---|
min_date | int | Yes | Initial date |
max_date | int | Yes | Final date |
Type: StatsDateRangeDays
Example:
$statsDateRangeDays = ['_' => 'statsDateRangeDays', 'min_date' => int, 'max_date' => int];