requestUsersButton
inline fun ReplyKeyboardRowBuilder.requestUsersButton(text: String, requestUser: KeyboardButtonRequestUsers): Boolean
Creates and put RequestUserKeyboardButton
See also
ReplyKeyboardBuilder.row
inline fun ReplyKeyboardRowBuilder.requestUsersButton(text: String, requestId: RequestId, premiumUser: Boolean? = null, maxCount: Int = keyboardButtonRequestUserLimit.first, requestName: Boolean? = null, requestUsername: Boolean? = null, requestPhoto: Boolean? = null): Boolean
Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUsers.Common
See also
ReplyKeyboardBuilder.row