Class KeyboardButtonRequestUsers

java.lang.Object
io.github.natanimn.telebof.types.keyboard.KeyboardButtonRequestUsers
All Implemented Interfaces:
Serializable

public class KeyboardButtonRequestUsers extends Object implements Serializable
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.
Since:
3 March 2025
See Also:
  • Constructor Details

    • KeyboardButtonRequestUsers

      public KeyboardButtonRequestUsers(long request_id)
      Required
      Parameters:
      request_id - Signed 32-bit identifier of the request that will be received back in the UsersShared object. Must be unique within the message
  • Method Details