mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-31 13:26:42 +00:00
deploy: 18e6b9e471
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 class="symbol monospace">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, entities: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a>>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 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">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 class="symbol monospace">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, entities: <a href="../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</a>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<div class="platform-tag common-like">common</div>
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="1547041809%2FProperties%2F-1982836883" anchor-label="entities" id="1547041809%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open val <a href="index.html#1547041809%2FProperties%2F-1982836883">entities</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="1547041809%2FProperties%2F-1982836883" anchor-label="entities" id="1547041809%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open val <a href="index.html#1547041809%2FProperties%2F-1982836883">entities</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/-text-source/index.html">TextSource</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>
|
||||
@@ -206,7 +206,7 @@
|
||||
<div class="platform-tag common-like">common</div>
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="-52213955%2FProperties%2F-1982836883" anchor-label="textSources" id="-52213955%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open override val <a href="text-sources.html">textSources</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 class="brief "><a data-name="-52213955%2FProperties%2F-1982836883" anchor-label="textSources" id="-52213955%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Full list of <a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a> built from sourceTextedInput.</div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="-52213955%2FProperties%2F-1982836883" anchor-label="textSources" id="-52213955%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open override val <a href="text-sources.html">textSources</a>: <a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</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 class="brief "><a data-name="-52213955%2FProperties%2F-1982836883" anchor-label="textSources" id="-52213955%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Full list of TextSources</div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">open override val <a href="text-sources.html">textSources</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 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">open override val <a href="text-sources.html">textSources</a>: <a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</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>
|
||||
<p class="paragraph">Full list of <a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a> built from sourceTextedInput.textEntities</p></div>
|
||||
<p class="paragraph">Full list of TextSources</p></div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
|
||||
</div>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 class="symbol monospace">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, entities: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a>>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 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">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 class="symbol monospace">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, entities: <a href="../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</a>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
<div class="platform-tag common-like">common</div>
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="1247422576%2FProperties%2F-1982836883" anchor-label="entities" id="1247422576%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open val <a href="index.html#1247422576%2FProperties%2F-1982836883">entities</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="1247422576%2FProperties%2F-1982836883" anchor-label="entities" id="1247422576%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open val <a href="index.html#1247422576%2FProperties%2F-1982836883">entities</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/-text-source/index.html">TextSource</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>
|
||||
@@ -190,7 +190,7 @@
|
||||
<div class="platform-tag common-like">common</div>
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="-1066743170%2FProperties%2F-1982836883" anchor-label="textSources" id="-1066743170%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open override val <a href="text-sources.html">textSources</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 class="brief "><a data-name="-1066743170%2FProperties%2F-1982836883" anchor-label="textSources" id="-1066743170%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Full list of <a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a> built from sourceTextedInput.</div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted" data-togglable="Properties"><div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="-1066743170%2FProperties%2F-1982836883" anchor-label="textSources" id="-1066743170%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">open override val <a href="text-sources.html">textSources</a>: <a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</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 class="brief "><a data-name="-1066743170%2FProperties%2F-1982836883" anchor-label="textSources" id="-1066743170%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>Full list of TextSources</div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
<div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">open override val <a href="text-sources.html">textSources</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</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 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">open override val <a href="text-sources.html">textSources</a>: <a href="../../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</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>
|
||||
<p class="paragraph">Full list of <a href="../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a> built from sourceTextedInput.textEntities</p></div>
|
||||
<p class="paragraph">Full list of TextSources</p></div>
|
||||
</div>
|
||||
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2021 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
|
||||
</div>
|
||||
|
||||
@@ -70,10 +70,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="">Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="449350163%2FFunctions%2F-1982836883" anchor-label="EditChatMessageText" id="449350163%2FFunctions%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
|
||||
<div class="table" data-togglable="Functions"><a data-name="-1939074329%2FFunctions%2F-1982836883" anchor-label="EditChatMessageText" id="-1939074329%2FFunctions%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
|
||||
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
|
||||
<div class="main-subrow keyValue ">
|
||||
<div class=""><span class="inline-flex"><a href="-edit-chat-message-text.html">EditChatMessageText</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="449350163%2FFunctions%2F-1982836883"></span>
|
||||
<div class=""><span class="inline-flex"><a href="-edit-chat-message-text.html">EditChatMessageText</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1939074329%2FFunctions%2F-1982836883"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
@@ -83,17 +83,17 @@
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, entities: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a>>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 class="symbol monospace">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 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">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, entities: <a href="../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</a>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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 class="symbol monospace">fun <a href="-edit-chat-message-text.html">EditChatMessageText</a>(chatId: <a href="../dev.inmo.tgbotapi.types/-chat-identifier/index.html">ChatIdentifier</a>, messageId: <a href="../dev.inmo.tgbotapi.types/index.html#489476273%2FClasslikes%2F-1982836883">MessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-chat-message-text/index.html">EditChatMessageText</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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="-107695529%2FFunctions%2F-1982836883" anchor-label="EditInlineMessageText" id="-107695529%2FFunctions%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
|
||||
<a data-name="1258763051%2FFunctions%2F-1982836883" anchor-label="EditInlineMessageText" id="1258763051%2FFunctions%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a>
|
||||
<div class="table-row" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain">
|
||||
<div class="main-subrow keyValue ">
|
||||
<div class=""><span class="inline-flex"><a href="-edit-inline-message-text.html">EditInlineMessageText</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-107695529%2FFunctions%2F-1982836883"></span>
|
||||
<div class=""><span class="inline-flex"><a href="-edit-inline-message-text.html">EditInlineMessageText</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1258763051%2FFunctions%2F-1982836883"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
@@ -103,7 +103,7 @@
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<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">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, entities: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.html">TextSource</a>>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 class="symbol monospace">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 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">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, entities: <a href="../dev.inmo.tgbotapi.types.MessageEntity.textsources/index.html#-828955009%2FClasslikes%2F-1982836883">TextSourcesList</a>, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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 class="symbol monospace">fun <a href="-edit-inline-message-text.html">EditInlineMessageText</a>(inlineMessageId: <a href="../dev.inmo.tgbotapi.types/index.html#32429098%2FClasslikes%2F-1982836883">InlineMessageIdentifier</a>, text: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>, parseMode: <a href="../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.html">ParseMode</a>? = null, disableWebPagePreview: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a>? = null, replyMarkup: <a href="../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html">InlineKeyboardMarkup</a>? = null): <a href="-edit-inline-message-text/index.html">EditInlineMessageText</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>
|
||||
|
||||
Reference in New Issue
Block a user