requestUserButton

inline fun ReplyKeyboardRowBuilder.requestUserButton(    text: String,     requestId: RequestId,     premiumUser: Boolean? = null,     requestName: Boolean? = null,     requestUsername: Boolean? = null,     requestPhoto: Boolean? = null): Boolean

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUsers.Common

See also

ReplyKeyboardBuilder.row