From 683ecba0f8a775ff14bf63e7b680c951d1fd9cce Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 4 Jun 2023 06:47:50 +0000 Subject: [PATCH] deploy: d4e11494e8ed4a3dbf5756ac4ca2a201f7f88dac --- .../data-inline-button.html | 2 +- .../game-inline-button.html | 2 +- .../index.html | 18 ++++++++--------- ...ery-in-any-current-chat-inline-button.html | 2 +- ...e-query-in-current-chat-inline-button.html | 2 +- .../inline-query-inline-button.html | 2 +- .../login-inline-button.html | 2 +- .../pay-inline-button.html | 2 +- .../url-inline-button.html | 2 +- .../web-app-inline-button.html | 2 +- .../index.html | 20 +++++++++---------- .../request-bot-reply-button.html | 2 +- .../request-channel-reply-button.html | 2 +- .../request-chat-reply-button.html | 2 +- .../request-contact-reply-button.html | 2 +- .../request-location-reply-button.html | 2 +- .../request-poll-reply-button.html | 2 +- .../request-user-or-bot-reply-button.html | 2 +- .../request-user-reply-button.html | 2 +- .../simple-reply-button.html | 2 +- .../web-app-reply-button.html | 2 +- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html index c519a1106e..13ed996e44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html @@ -54,7 +54,7 @@

dataInlineButton

-

Creates and put CallbackDataInlineKeyboardButton

See also

inlineKeyboard
InlineKeyboardBuilder.row
+
@@ -84,7 +84,7 @@
@@ -99,7 +99,7 @@
@@ -114,7 +114,7 @@
@@ -129,7 +129,7 @@
@@ -144,7 +144,7 @@
@@ -159,7 +159,7 @@
@@ -174,7 +174,7 @@
@@ -189,7 +189,7 @@
-

Creates and put WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only

+

Creates WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html index aa7cc79194..8d1bd9e374 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html @@ -54,7 +54,7 @@

inlineQueryInAnyCurrentChatInlineButton

-

Creates and put SwitchInlineQueryChosenChatInlineKeyboardButton

See also

inlineKeyboard
InlineKeyboardBuilder.row
+
@@ -84,7 +84,7 @@
-
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean? = null): RequestChatKeyboardButton
+
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatAdministratorRights? = null, botRightsInChat: ChatAdministratorRights? = null, botIsMember: Boolean? = null): RequestChatKeyboardButton
@@ -99,7 +99,7 @@
-
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
+
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
@@ -114,7 +114,7 @@
@@ -129,7 +129,7 @@
@@ -144,7 +144,7 @@
@@ -159,7 +159,7 @@
@@ -174,7 +174,7 @@
@@ -189,7 +189,7 @@
@@ -204,7 +204,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html index 599ceeb4d4..958a045a46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html @@ -54,7 +54,7 @@

requestBotReplyButton

-

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Bot

See also

replyKeyboard
ReplyKeyboardBuilder.row
+