Skip to main content
Module

x/grammy_types/markup.ts>KeyboardButtonRequestUsers

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface KeyboardButtonRequestUsers
import { type KeyboardButtonRequestUsers } from "https://deno.land/x/grammy_types@v3.5.2/markup.ts";

This object defines the criteria used to request suitable users. The identifiers of the selected users will be shared with the bot when the corresponding button is pressed.

Properties

request_id: number

Signed 32-bit identifier of the request that will be received back in the UsersShared object. Must be unique within the message

optional
user_is_bot: boolean

Pass True to request bots, pass False to request regular users. If not specified, no additional restrictions are applied.

optional
user_is_premium: boolean

Pass True to request premium users, pass False to request non-premium users. If not specified, no additional restrictions are applied.

optional
max_quantity: number

The maximum number of users to be selected; 1-10. Defaults to 1.