mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
29 lines
695 B
Markdown
29 lines
695 B
Markdown
|
---
|
||
|
title: "businessWeeklyOpen"
|
||
|
description: "businessWeeklyOpen attributes, type and example"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: businessWeeklyOpen
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|---------------|----------|
|
||
|
|start\_minute|[int](/API_docs/types/int.html) | Yes|
|
||
|
|end\_minute|[int](/API_docs/types/int.html) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [BusinessWeeklyOpen](/API_docs/types/BusinessWeeklyOpen.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$businessWeeklyOpen = ['_' => 'businessWeeklyOpen', 'start_minute' => int, 'end_minute' => int];
|
||
|
```
|