Extended by : BPT\types\types
This object defines the criteria used to request a suitable user. The identifier of the selected user will be shared with the bot when the corresponding button is pressed.
| Name | Type | Description | Kind |
|---|---|---|---|
| request_id | int | Signed 32-bit identifier of the request, which will be received back in the UserShared object. Must be unique within the message | normal |
| user_is_bot | bool | Optional. Pass True to request a bot, pass False to request a regular user. If not specified, no additional restrictions are applied. | normal |
| user_is_premium | bool | Optional. Pass True to request a premium user, pass False to request a non-premium user. If not specified, no additional restrictions are applied. | normal |