Raw.account.UpdateBusinessWorkHours
Specify a set of telegram business opening hours. this info will be contained in userfull.businessWorkHours.
account.updateBusinessWorkHours#4b00e066 flags:# business_work_hours:flags.0?BusinessWorkHours = Bool;
export namespace Raw {
export namespace account {
export class UpdateBusinessWorkHours {
constructor(params: { businessWorkHours?: Raw.TypeBusinessWorkHours }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x4b00e066
Property
businessWorkHours
: Raw.TypeBusinessWorkHours or undefinedOpening hours (optional, if not set removes all opening hours).