KeyboardButtonRequestUsers#

class pyrogram.types.KeyboardButtonRequestUsers#

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. More about requesting users.

Parameters:
  • request_id (int) – Signed 32-bit identifier of the request, which will be received back in the UsersShared object. Must be unique within the message

  • user_is_bot (bool, optional) – Pass True to request bots, pass False to request regular users. If not specified, no additional restrictions are applied.

  • user_is_premium (bool, optional) – Pass True to request premium users, pass False to request non-premium users. If not specified, no additional restrictions are applied.

  • max_quantity (int, optional) – The maximum number of users to be selected; 1-10. Defaults to 1.

  • request_name (bool, optional) – Pass True to request the users’ first and last name

  • request_username (bool, optional) – Pass True to request the users’ username

  • request_photo (bool, optional) – Pass True to request the users’ photo