requestUserButton
inline fun ReplyKeyboardRowBuilder.requestUserButton(text: String, requestId: RequestId, premiumUser: Boolean? = null): Boolean
Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUsers.Common
See also
ReplyKeyboardBuilder.row
inline fun ReplyKeyboardRowBuilder.requestUserButton(text: String, requestUser: KeyboardButtonRequestUsers): Boolean
Deprecated
Renamed
Replace with
import dev.inmo.tgbotapi.extensions.utils.types.buttons
Content copied to clipboard
requestUsersButton(text, requestUser)
Content copied to clipboard
Creates and put RequestUserKeyboardButton
See also
ReplyKeyboardBuilder.row