--- title: "businessAwayMessageScheduleCustom" description: "businessAwayMessageScheduleCustom attributes, type and example" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: businessAwayMessageScheduleCustom [Back to constructors index](/API_docs/constructors/index.html) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |start\_date|[int](/API_docs/types/int.html) | Yes| |end\_date|[int](/API_docs/types/int.html) | Yes| ### Type: [BusinessAwayMessageSchedule](/API_docs/types/BusinessAwayMessageSchedule.html) ### Example: ``` $businessAwayMessageScheduleCustom = ['_' => 'businessAwayMessageScheduleCustom', 'start_date' => int, 'end_date' => int]; ```