Raw.MessageMediaContact
Attached contact.
messageMediaContact#70322949 phone_number:string first_name:string last_name:string vcard:string user_id:long = MessageMedia;
export namespace Raw {
export class MessageMediaContact {
constructor(params: {
phoneNumber: string;
firstName: string;
lastName: string;
vcard: string;
userId: bigint;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x70322949