mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
780 B
780 B
title | description | nav_exclude | image |
---|---|---|---|
businessAwayMessageScheduleCustom | businessAwayMessageScheduleCustom attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: businessAwayMessageScheduleCustom
Attributes:
Name | Type | Required |
---|---|---|
start_date | int | Yes |
end_date | int | Yes |
Type: BusinessAwayMessageSchedule
Example:
$businessAwayMessageScheduleCustom = ['_' => 'businessAwayMessageScheduleCustom', 'start_date' => int, 'end_date' => int];