Skip to main content
Module

x/grammy/mod.ts>Keyboard.requestUsers

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

Creates a new request users button. When the user presses the button, a list of suitable users will be opened. Tapping on any number of users will send their identifiers to the bot in a “users_shared” service message. Available in private chats only.

Parameters

text: string

The text to display

requestId: number

A signed 32-bit identifier of the request

optional
options: Omit<KeyboardButtonRequestUsers, "request_id"> = [UNSUPPORTED]

Options object for further requirements

Returns

KeyboardButton.RequestUsersButton