mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
695 B
695 B
title | description | nav_exclude | image |
---|---|---|---|
businessWeeklyOpen | businessWeeklyOpen attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: businessWeeklyOpen
Attributes:
Name | Type | Required |
---|---|---|
start_minute | int | Yes |
end_minute | int | Yes |
Type: BusinessWeeklyOpen
Example:
$businessWeeklyOpen = ['_' => 'businessWeeklyOpen', 'start_minute' => int, 'end_minute' => int];