request Chat Button
inline fun ReplyKeyboardRowBuilder.requestChatButton(text: String, requestChat: KeyboardButtonRequestChat): Boolean
Creates and put RequestChatKeyboardButton
See also
Reply Keyboard Builder. row
inline fun ReplyKeyboardRowBuilder.requestChatButton(text: String, requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean? = null): Boolean
Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat
See also
Reply Keyboard Builder. row