Raw.SavedPhoneContact
Saved contact
savedPhoneContact#1142bd56 phone:string first_name:string last_name:string date:int = SavedContact;
export namespace Raw {
export class SavedPhoneContact {
constructor(params: { phone: string; firstName: string; lastName: string; date: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x1142bd56