Link Search Menu Expand Document

Constructor: businessAwayMessageScheduleCustom

Back to constructors index

Send Telegram Business away messages to users writing to us in private in the specified time span.

Attributes:

NameTypeRequiredDescription
start_dateintYesStart date (UNIX timestamp).
end_dateintYesEnd date (UNIX timestamp).

Type: BusinessAwayMessageSchedule

Example:

$businessAwayMessageScheduleCustom = ['_' => 'businessAwayMessageScheduleCustom', 'start_date' => int, 'end_date' => int];