Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_emoji/deps.deno.ts>Api#sendContact

Helpers for sending emojis.
Latest
method Api.prototype.sendContact
import { Api } from "https://deno.land/x/grammy_emoji@v0.8.13/deps.deno.ts";

Use this method to send phone contacts. On success, the sent Message is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

phone_number: string

Contact's phone number

first_name: string

Contact's first name

optional
other: Other<R, "sendContact", "chat_id" | "phone_number" | "first_name">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#sendcontact