requestChatButton

Creates and put RequestChatKeyboardButton

See also

ReplyKeyboardBuilder.row

inline fun ReplyKeyboardRowBuilder.requestChatButton(text: String, requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null, requestTitle: Boolean? = null, requestUsername: Boolean? = null, requestPhoto: Boolean? = null): Boolean

Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat

See also

ReplyKeyboardBuilder.row