MadelineProtoDocs/docs/API_docs/constructors/businessWeeklyOpen.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

Attributes:

Name Type Required
start_minute int Yes
end_minute int Yes

Type: BusinessWeeklyOpen

Example:

$businessWeeklyOpen = ['_' => 'businessWeeklyOpen', 'start_minute' => int, 'end_minute' => int];