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
+

Creates CallbackDataInlineKeyboardButton

- +
@@ -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
+

Creates SwitchInlineQueryChosenChatInlineKeyboardButton

- +
@@ -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
+

Creates RequestUserKeyboardButton with KeyboardButtonRequestUser.Bot