Raw.InputMediaContact
Phone book contact
inputMediaContact#f8ab7dfb phone_number:string first_name:string last_name:string vcard:string = InputMedia;
export namespace Raw {
export class InputMediaContact {
constructor(params: {
phoneNumber: string;
firstName: string;
lastName: string;
vcard: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xf8ab7dfb