interface KeyboardButton.RequestUsersButton
implements CommonButton
import { type KeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.31.0/types.web.ts";
const { RequestUsersButton } = KeyboardButton;
Properties
request_users: KeyboardButtonRequestUsers
If specified, pressing the button will open a list of suitable users. Identifiers of selected users will be sent to the bot in a “users_shared” service message. Available in private chats only.