Raw.contacts.GetBirthdays

Raw.contacts.GetBirthdays

Fetch all users with birthdays that fall within +1/-1 days, relative to the current day: this method should be invoked by clients every 6-8 hours, and if the result is non-empty, it should be used to appropriately update locally cached birthday information in user.birthday.

contacts.getBirthdays#daeda864 = contacts.ContactBirthdays;
export namespace Raw {
  export namespace contacts {
    export class GetBirthdays {
      constructor(params: {}) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xdaeda864

Property

Results

Raw.contacts.TypeContactBirthdays