import { type KeyboardButtonRequestUsers } from "https://deno.land/x/grammy_types@v3.15.0/mod.ts";
This object defines the criteria used to request suitable users. Information about the selected users will be shared with the bot when the corresponding button is pressed.
Properties
Signed 32-bit identifier of the request that will be received back in the UsersShared object. Must be unique within the message
Pass True to request bots, pass False to request regular users. If not specified, no additional restrictions are applied.