requestChatReplyButton

Creates and put RequestChatKeyboardButton

See also

replyKeyboard
ReplyKeyboardBuilder.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

replyKeyboard
ReplyKeyboardBuilder.row