Raw.BusinessAwayMessageScheduleCustom

Raw.BusinessAwayMessageScheduleCustom

Send telegram business away messages to users writing to us in private in the specified time span.

businessAwayMessageScheduleCustom#cc4d9ecc start_date:int end_date:int = BusinessAwayMessageSchedule;
export namespace Raw {
  export class BusinessAwayMessageScheduleCustom {
    constructor(params: { startDate: number; endDate: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xcc4d9ecc

Property

  • startDate : number

    Start date (unix timestamp).

  • endDate : number

    End date (unix timestamp).