mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-04 23:59:55 +00:00
deploy: 80093cb5a9
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>authorSignature</title>
|
||||
<link href="../../../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script><script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../../styles/style.css" rel="Stylesheet"><link href="../../../styles/logo-styles.css" rel="Stylesheet"><link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn"><a href="../../../index.html">
|
||||
<div id="logo"></div>
|
||||
</a>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/authorSignature/#/PointingToDeclaration//1882440590">
|
||||
<div class="navigation-wrapper" id="navigation-wrapper">
|
||||
<div class="breadcrumbs"><a href="../../../index.html">docs</a>/<a href="../index.html">dev.inmo.tgbotapi.types.message.abstracts</a>/<a href="index.html">SignedMessage</a>/<a href="author-signature.html">authorSignature</a></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></div>
|
||||
<div id="searchBar"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><span>author</span><wbr></wbr><span>Signature</span></h1>
|
||||
</div>
|
||||
<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">abstract val <a href="author-signature.html">authorSignature</a>: <a href="../../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FAuthorSignature%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F1882440590">AuthorSignature</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 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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,11 +0,0 @@
|
||||
//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.message.abstracts](../index.md)/[SignedMessage](index.md)/[authorSignature](author-signature.md)
|
||||
|
||||
|
||||
|
||||
# authorSignature
|
||||
[common]
|
||||
Content
|
||||
abstract val [authorSignature](author-signature.md): [AuthorSignature](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FAuthorSignature%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)?
|
||||
|
||||
|
||||
|
@@ -0,0 +1,134 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
|
||||
<title>SignedMessage</title>
|
||||
<link href="../../../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script><script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../../styles/style.css" rel="Stylesheet"><link href="../../../styles/logo-styles.css" rel="Stylesheet"><link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="leftColumn"><a href="../../../index.html">
|
||||
<div id="logo"></div>
|
||||
</a>
|
||||
<div id="paneSearch"></div>
|
||||
<div id="sideMenu"></div>
|
||||
</div>
|
||||
<div id="main">
|
||||
<div id="leftToggler"><span class="icon-toggler"></span></div>
|
||||
<script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="docs::dev.inmo.tgbotapi.types.message.abstracts/SignedMessage///PointingToDeclaration//1882440590">
|
||||
<div class="navigation-wrapper" id="navigation-wrapper">
|
||||
<div class="breadcrumbs"><a href="../../../index.html">docs</a>/<a href="../index.html">dev.inmo.tgbotapi.types.message.abstracts</a>/<a href="index.html">SignedMessage</a></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></div>
|
||||
<div id="searchBar"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><span>Signed</span><wbr></wbr><span>Message</span></h1>
|
||||
<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="index.html">SignedMessage</a> : <a href="../-message/index.html">Message</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 class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Properties">Properties</button><button class="section-tab" data-togglable="Inheritors">Inheritors</button></div>
|
||||
<div class="tabs-section-body">
|
||||
<h2 class="">Properties</h2>
|
||||
<div class="table" data-togglable="Properties"><a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FauthorSignature%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="authorSignature" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FauthorSignature%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" 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="author-signature.html">authorSignature</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FauthorSignature%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="platform-tags ">
|
||||
<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="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FauthorSignature%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="authorSignature" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FauthorSignature%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">abstract val <a href="author-signature.html">authorSignature</a>: <a href="../../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FAuthorSignature%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F1882440590">AuthorSignature</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>
|
||||
<a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="chat" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" 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="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">chat</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="platform-tags ">
|
||||
<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="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="chat" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">abstract val <a href="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">chat</a>: <a href="../../dev.inmo.tgbotapi.types.chat.abstracts/-chat/index.html">Chat</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>
|
||||
<a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="date" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" 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="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">date</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="platform-tags ">
|
||||
<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="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="date" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">abstract val <a href="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">date</a>: <span data-unresolved-link="com.soywiz.klock/DateTime///PointingToDeclaration/">DateTime</span><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>
|
||||
<a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="messageId" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" 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="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">messageId</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="platform-tags ">
|
||||
<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="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" anchor-label="messageId" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590" data-filterable-set=":docs:dokkaHtml/commonMain"></a><div class="symbol monospace">abstract val <a href="index.html#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F1882440590">messageId</a>: <a href="../../dev.inmo.tgbotapi.types/index.html#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F1882440590">MessageIdentifier</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>
|
||||
<h2 class="">Inheritors</h2>
|
||||
<div class="table" data-togglable="Inheritors"><a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FChannelContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" anchor-label="ChannelContentMessage" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FChannelContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" 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="../-channel-content-message/index.html">ChannelContentMessage</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FChannelContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FFromChannelGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" anchor-label="FromChannelGroupContentMessage" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FFromChannelGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" 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="../-from-channel-group-content-message/index.html">FromChannelGroupContentMessage</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FFromChannelGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FAnonymousGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" anchor-label="AnonymousGroupContentMessage" id="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FAnonymousGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590" 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="../-anonymous-group-content-message/index.html">AnonymousGroupContentMessage</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Bdev.inmo.tgbotapi.types.message.abstracts%2FAnonymousGroupContentMessage%2F%2F%2FPointingToDeclaration%2F%5D%2FInheritors%2F1882440590"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -1,26 +0,0 @@
|
||||
//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.message.abstracts](../index.md)/[SignedMessage](index.md)
|
||||
|
||||
|
||||
|
||||
# SignedMessage
|
||||
[common] interface [SignedMessage](index.md) : [Message](../-message/index.md)
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Summary |
|
||||
|---|---|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/authorSignature/#/PointingToDeclaration/"></a>[authorSignature](author-signature.md)| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/authorSignature/#/PointingToDeclaration/"></a> [common] abstract val [authorSignature](author-signature.md): [AuthorSignature](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FAuthorSignature%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? <br>|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/chat/#/PointingToDeclaration/"></a>[chat](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/chat/#/PointingToDeclaration/"></a> [common] abstract val [chat](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fchat%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [Chat](../../dev.inmo.tgbotapi.types.chat.abstracts/-chat/index.md) <br>|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/date/#/PointingToDeclaration/"></a>[date](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/date/#/PointingToDeclaration/"></a> [common] abstract val [date](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2Fdate%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <br>|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/messageId/#/PointingToDeclaration/"></a>[messageId](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| <a name="dev.inmo.tgbotapi.types.message.abstracts/SignedMessage/messageId/#/PointingToDeclaration/"></a> [common] abstract val [messageId](index.md#%5Bdev.inmo.tgbotapi.types.message.abstracts%2FSignedMessage%2FmessageId%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [MessageIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|
|
||||
|
||||
|
||||
## Inheritors
|
||||
|
||||
| Name |
|
||||
|---|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/ChannelContentMessage///PointingToDeclaration/"></a>[ChannelContentMessage](../-channel-content-message/index.md)|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/FromChannelGroupContentMessage///PointingToDeclaration/"></a>[FromChannelGroupContentMessage](../-from-channel-group-content-message/index.md)|
|
||||
| <a name="dev.inmo.tgbotapi.types.message.abstracts/AnonymousGroupContentMessage///PointingToDeclaration/"></a>[AnonymousGroupContentMessage](../-anonymous-group-content-message/index.md)|
|
||||
|
Reference in New Issue
Block a user