BusinessWeeklyOpen¶
- class pyrogram.types.BusinessWeeklyOpen¶
Represents a time interval during which a business is open.
- Parameters:
start_minute (
int) – Start time of the open interval, in minutes from the start of the week (Monday 00:00). Range: 0-10080 (7 days * 24 hours * 60 minutes).end_minute (
int) – End time of the open interval, in minutes from the start of the week.