Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/grammy/mod.ts>Keyboard.requestContact

The Telegram Bot Framework.
Go to Latest
method Keyboard.requestContact
import { Keyboard } from "https://deno.land/x/grammy@v1.19.1/mod.ts";

Creates a new contact request button. The user's phone number will be sent as a contact when the button is pressed. Available in private chats only.

Parameters

text: string

The text to display

Returns

KeyboardButton.RequestContactButton