requestUsers property

KeyboardButtonRequestUsers? requestUsers
final

Optional. If specified, pressing the button will open a list of suitable users. Tapping on any user will send their identifier to the bot in a “user_shared” service message. Available in private chats only.

Since: Bot API 6.5

Implementation

final KeyboardButtonRequestUsers? requestUsers;