Constructor: businessAwayMessageScheduleCustom
Send Telegram Business away messages to users writing to us in private in the specified time span.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| start_date | int | Yes | Start date (UNIX timestamp). |
| end_date | int | Yes | End date (UNIX timestamp). |
Type: BusinessAwayMessageSchedule
Example:
$businessAwayMessageScheduleCustom = ['_' => 'businessAwayMessageScheduleCustom', 'start_date' => int, 'end_date' => int];