Raw.ContactBirthday
Birthday information of a contact.
contactBirthday#1d998733 contact_id:long birthday:Birthday = ContactBirthday;
export namespace Raw {
export class ContactBirthday {
constructor(params: { contactId: bigint; birthday: Raw.TypeBirthday }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x1d998733
Property
contactId
: bigintUser id.
birthday
: Raw.TypeBirthdayBirthday information.