1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-13 18:40:23 +00:00
This commit is contained in:
InsanusMokrassar
2021-10-18 11:18:26 +00:00
parent 860540c82e
commit 01d15201ea
428 changed files with 13819 additions and 4383 deletions

View File

@@ -43,7 +43,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-callback-data-inline-keyboard-button/index.html">CallbackDataInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, callbackData: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Simple button with <a href="-callback-data-inline-keyboard-button/callback-data.html">callbackData</a> which you are able to catch this type of updates and data using <a href="../dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html">dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery</a> in case you are using Behaviour Builder OR <a href="../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html">dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.callbackQueriesFlow</a> with <span data-unresolved-link="kotlinx.coroutines.flow//filterIsInstance/kotlinx.coroutines.flow.Flow[*]#/PointingToDeclaration/">kotlinx.coroutines.flow.filterIsInstance</span> and filtering by type <a href="../dev.inmo.tgbotapi.types.CallbackQuery/-data-callback-query/index.html">dev.inmo.tgbotapi.types.CallbackQuery.DataCallbackQuery</a></p></div></div>
</div>
</div>
</div>
@@ -63,7 +63,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-callback-game-inline-keyboard-button/index.html">CallbackGameInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Button with <span data-unresolved-link="dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/CallbackGameInlineKeyboardButton/callbackGame/#/PointingToDeclaration/">callbackGame</span></p></div></div>
</div>
</div>
</div>
@@ -83,7 +83,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">interface <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Some button of <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup</a>. See inheritors and visit https://core.telegram.org/bots/api#inlinekeyboardbutton for more info</p></div></div>
</div>
</div>
</div>
@@ -123,7 +123,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-login-u-r-l-inline-keyboard-button/index.html">LoginURLInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, loginUrl: <a href="../dev.inmo.tgbotapi.types/-login-u-r-l/index.html">LoginURL</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">You may use this button to automatically authorize your user on <a href="-login-u-r-l-inline-keyboard-button/login-url.html">loginUrl</a></p></div></div>
</div>
</div>
</div>
@@ -143,7 +143,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-pay-inline-keyboard-button/index.html">PayInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, pay: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">This type of button must always be the first button in the first row. Visit https://core.telegram.org/bots/api#payments for mor info</p></div></div>
</div>
</div>
</div>
@@ -163,7 +163,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-switch-inline-query-current-chat-inline-keyboard-button/index.html">SwitchInlineQueryCurrentChatInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, switchInlineQueryCurrentChat: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Complex button with <a href="-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html">switchInlineQueryCurrentChat</a> which will be sent to you in an <a href="../dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html">dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery</a> which you may catch in <a href="../dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html">dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery</a> and get from <a href="../dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html">dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query</a> (or changed by user query in case he will be the fastest hand in the wild west). Can be forwarded in any chat with message in case if it is the only one button in message, but will be converted to a <a href="-switch-inline-query-inline-keyboard-button/index.html">SwitchInlineQueryInlineKeyboardButton</a>. Remember that clicking on this button will automatically insert username of this bot in current chat, paste <a href="-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html">switchInlineQueryCurrentChat</a> as a query and create and inline request to your bot Visit https://core.telegram.org/bots/api#inlinekeyboardbutton for more info</p></div></div>
</div>
</div>
</div>
@@ -183,7 +183,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-switch-inline-query-inline-keyboard-button/index.html">SwitchInlineQueryInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, switchInlineQuery: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Complex button with <a href="-switch-inline-query-inline-keyboard-button/switch-inline-query.html">switchInlineQuery</a> which will be sent to you in an <a href="../dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html">dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery</a> which you may catch in <a href="../dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html">dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery</a> and get from <a href="../dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html">dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query</a> (or changed by user query in case he will be the fastest hand in the wild west). Can be forwarded in any chat with message in case if it is the only one button in message. Remember that clicking on this button will automatically insert username of this bot in the chosen by user chat, paste <a href="-switch-inline-query-inline-keyboard-button/switch-inline-query.html">switchInlineQuery</a> as a query and create and inline request to your bot. Visit https://core.telegram.org/bots/api#inlinekeyboardbutton for more info</p></div></div>
</div>
</div>
</div>
@@ -223,7 +223,7 @@
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace">data class <a href="-u-r-l-inline-keyboard-button/index.html">URLInlineKeyboardButton</a>(text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, url: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>) : <a href="-inline-keyboard-button/index.html">InlineKeyboardButton</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<div class="brief "><p class="paragraph">Simple <a href="-u-r-l-inline-keyboard-button/url.html">url</a> button. Can be forwarded in any chat with message in case if it is the only one button in message</p></div></div>
</div>
</div>
</div>