MadelineProtoDocs/docs/API_docs/constructors/businessWeeklyOpen.md

29 lines
695 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```