requestUsers property

  1. @JsonKey(name: 'request_user')
KeyboardButtonRequestUsers? get requestUsers
inherited

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

@JsonKey(name: 'request_user')
KeyboardButtonRequestUsers? get requestUsers;