1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-15 03:20:18 +00:00
This commit is contained in:
InsanusMokrassar
2022-10-22 12:06:20 +00:00
parent 36fe07e327
commit 9eca521695
8560 changed files with 1170197 additions and 120366 deletions

View File

@@ -6,10 +6,18 @@
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../";</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
const savedDarkMode = storage ? JSON.parse(storage) : false
if(savedDarkMode === true){
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}</script>
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../styles/style.css" rel="Stylesheet">
<link href="../../styles/jetbrains-mono.css" rel="Stylesheet">
@@ -21,6 +29,7 @@ if(savedDarkMode === true){
<script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../scripts/main.js" defer="defer"></script>
<script type="text/javascript" src="../../scripts/prism.js" async="async"></script>
<script type="text/javascript" src="../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
</head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
@@ -31,7 +40,7 @@ if(savedDarkMode === true){
</a>
</div>
<div>
3.2.7 </div>
3.3.0 </div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active="" data-filter=":docs:dokkaHtml/commonMain">common</button>
@@ -46,9 +55,9 @@ if(savedDarkMode === true){
</div>
<div id="main">
<div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document////PointingToDeclaration//-1982836883">
<div class="breadcrumbs"><a href="../../index.html">docs</a><span class="delimiter">/</span><a href="index.html">dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document</a></div>
<div class="breadcrumbs"><a href="../../index.html">docs</a><span class="delimiter">/</span><span class="current">dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Package</span></span> <span>dev.</span><wbr></wbr><span>inmo.</span><wbr></wbr><span>tgbotapi.</span><wbr></wbr><span>types.</span><wbr></wbr><span>Inline</span><wbr></wbr><span>Queries.</span><wbr></wbr><span>Inline</span><wbr></wbr><span>Query</span><wbr></wbr><span>Result.</span><wbr></wbr><span>abstracts.</span><wbr></wbr><span>results.</span><wbr></wbr><span>document</span></h1>
<h1 class="cover"><span><span>Package-level</span></span> <span><span>declarations</span></span></h1>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Types">Types</button><button class="section-tab" data-togglable="Properties">Properties</button></div>
@@ -64,9 +73,7 @@ if(savedDarkMode === true){
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark common-like" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain" data-active="" data-toggle=":docs:dokkaHtml/commonMain">common</button></div>
<div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document/index.html">InlineQueryResultDocument</a> : <a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html">UrlInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html">ThumbedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html">ThumbSizedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.abstracts/-mime-typed/index.html">MimeTyped</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-dependent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document/index.html">InlineQueryResultDocument</a> : <a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html">UrlInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html">ThumbedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html">ThumbSizedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.abstracts/-mime-typed/index.html">MimeTyped</a></div></div></div>
</div>
</div>
</div>
@@ -81,9 +88,7 @@ if(savedDarkMode === true){
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark common-like" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain" data-active="" data-toggle=":docs:dokkaHtml/commonMain">common</button></div>
<div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document-cached/index.html">InlineQueryResultDocumentCached</a> : <a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html">WithFileIdInlineQueryResult</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-dependent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document-cached/index.html">InlineQueryResultDocumentCached</a> : <a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html">WithFileIdInlineQueryResult</a></div></div></div>
</div>
</div>
</div>
@@ -98,9 +103,7 @@ if(savedDarkMode === true){
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark common-like" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain" data-active="" data-toggle=":docs:dokkaHtml/commonMain">common</button></div>
<div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a> : <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html">InlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html">TitledInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html">DescribedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.abstracts/-texted-output/index.html">TextedOutput</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html">WithInputMessageContentInlineQueryResult</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-dependent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-inline-query-result-document-common/index.html">InlineQueryResultDocumentCommon</a> : <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html">InlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html">TitledInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html">DescribedInlineQueryResult</a>, <a href="../dev.inmo.tgbotapi.abstracts/-texted-output/index.html">TextedOutput</a>, <a href="../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html">WithInputMessageContentInlineQueryResult</a></div></div></div>
</div>
</div>
</div>
@@ -117,9 +120,7 @@ if(savedDarkMode === true){
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted" data-togglable="Properties">
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark common-like" data-filterable-current=":docs:dokkaHtml/commonMain" data-filterable-set=":docs:dokkaHtml/commonMain" data-active="" data-toggle=":docs:dokkaHtml/commonMain">common</button></div>
<div class="content sourceset-depenent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="621928702%2FProperties%2F-1982836883" anchor-label="inlineQueryResultDocumentType" id="621928702%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace"><span class="token keyword">const </span><span class="token keyword">val </span><a href="inline-query-result-document-type.html">inlineQueryResultDocumentType</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</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-dependent-content" data-active="" data-togglable=":docs:dokkaHtml/commonMain"><a data-name="621928702%2FProperties%2F-1982836883" anchor-label="inlineQueryResultDocumentType" id="621928702%2FProperties%2F-1982836883" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace"><span class="token keyword">const </span><span class="token keyword">val </span><a href="inline-query-result-document-type.html">inlineQueryResultDocumentType</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></div></div></div>
</div>
</div>
</div>