interface Contactimport { type Contact } from "https://deno.land/x/grammy@v1.31.0/types.ts"; This object represents a phone contact. Propertiesphone_number: stringContact's phone number first_name: stringContact's first name optionallast_name: stringContact's last name optionaluser_id: numberContact's user identifier in Telegram. optionalvcard: stringAdditional data about the contact in the form of a vCard