Skip to main content
Module

x/grammy/mod.ts>Context#replyWithContact

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.replyWithContact
Re-export
import { Context } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Context-aware alias for api.sendContact. Use this method to send phone contacts. On success, the sent Message is returned.

Parameters

phone_number: string

Contact's phone number

first_name: string

Contact's first name

optional
other: Other<"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