79763628

Date: 2025-09-13 09:19:44
Score: 1
Natty:
Report link

with inline keyboard you can't

but with reply keyboard you can do the following :

`KeyboardRow row = new KeyboardRow();

KeyboardButtonRequestUser requestUser = KeyboardButtonRequestUser.builder() .userIsBot(false) .requestId("123456") //some unique request id .build();

row.add(KeyboardButton.builder().text("CHOOSE USER").requestUser(requestUser).build());`

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mohammed_Moulla