method Client.prototype.sendContactimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendContact(chatId: ID,firstName: string,number: string,params?: SendContactParams,): Promise<MessageContact>Send a contact. ParameterschatId: IDThe chat to send the contact to. firstName: stringThe contact's first name. number: stringThe contact's phone number. optionalparams: SendContactParamsReturnsPromise<MessageContact>The sent contact.