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