requestUserButton

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

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUsers.Common

See also

ReplyKeyboardBuilder.row

Deprecated

Renamed

Replace with

import dev.inmo.tgbotapi.extensions.utils.types.buttons
requestUsersButton(text, requestUser)

Creates and put RequestUserKeyboardButton

See also

ReplyKeyboardBuilder.row