Raw.BotInlineMessageMediaContact

Raw.BotInlineMessageMediaContact

Send a contact

botInlineMessageMediaContact#18d1cdc2 flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
export namespace Raw {
  export class BotInlineMessageMediaContact {
    constructor(params: {
      phoneNumber: string;
      firstName: string;
      lastName: string;
      vcard: string;
      replyMarkup?: Raw.TypeReplyMarkup;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x18d1cdc2

Property