1
0
mirror of https://github.com/ErnyTech-Archive/JTDLib synced 2024-06-01 19:06:12 +02:00
JTDLib/docs/it/ernytech/tdlib/package-summary.html
2018-07-18 17:17:37 +02:00

5088 lines
245 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (10.0.1) on Wed Jul 18 17:15:47 CEST 2018 -->
<title>it.ernytech.tdlib</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2018-07-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="it.ernytech.tdlib";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../";loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../it/ernytech/tdbot/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../it/ernytech/tdlib/utils/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?it/ernytech/tdlib/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;it.ernytech.tdlib</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">it.ernytech.tdlib is a group of inspired by the classic native C ++ classes of Tdlib Client and Log to interact with the Tdlib API.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/FatalErrorCallbackPtr.html" title="interface in it.ernytech.tdlib">FatalErrorCallbackPtr</a></th>
<td class="colLast">
<div class="block">A type of callback function that will be called when a fatal error happens.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/Client.html" title="class in it.ernytech.tdlib">Client</a></th>
<td class="colLast">
<div class="block">Interface for interaction with TDLib.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/ClientActor.html" title="class in it.ernytech.tdlib">ClientActor</a></th>
<td class="colLast">
<div class="block">ClientActor class is an expansion of Client class, which allows you to receive updates via callback</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/Log.html" title="class in it.ernytech.tdlib">Log</a></th>
<td class="colLast">
<div class="block">Interface for managing the internal logging of TDLib.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/Request.html" title="class in it.ernytech.tdlib">Request</a></th>
<td class="colLast">
<div class="block">A request to the TDLib.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/Response.html" title="class in it.ernytech.tdlib">Response</a></th>
<td class="colLast">
<div class="block">A response to a request, or an incoming update from TDLib.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.html" title="class in it.ernytech.tdlib">TdApi</a></th>
<td class="colLast">
<div class="block">This class contains as static nested classes all other TDLib interface
type-classes and function-classes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AcceptCall.html" title="class in it.ernytech.tdlib">TdApi.AcceptCall</a></th>
<td class="colLast">
<div class="block">Accepts an incoming call.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AccountTtl.html" title="class in it.ernytech.tdlib">TdApi.AccountTtl</a></th>
<td class="colLast">
<div class="block">Contains information about the period of inactivity after which the current user's account will automatically be deleted.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddChatMember.html" title="class in it.ernytech.tdlib">TdApi.AddChatMember</a></th>
<td class="colLast">
<div class="block">Adds a new member to a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddChatMembers.html" title="class in it.ernytech.tdlib">TdApi.AddChatMembers</a></th>
<td class="colLast">
<div class="block">Adds multiple new members to a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddFavoriteSticker.html" title="class in it.ernytech.tdlib">TdApi.AddFavoriteSticker</a></th>
<td class="colLast">
<div class="block">Adds a new sticker to the list of favorite stickers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddNetworkStatistics.html" title="class in it.ernytech.tdlib">TdApi.AddNetworkStatistics</a></th>
<td class="colLast">
<div class="block">Adds the specified data to data usage statistics.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddRecentlyFoundChat.html" title="class in it.ernytech.tdlib">TdApi.AddRecentlyFoundChat</a></th>
<td class="colLast">
<div class="block">Adds a chat to the list of recently found chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddRecentSticker.html" title="class in it.ernytech.tdlib">TdApi.AddRecentSticker</a></th>
<td class="colLast">
<div class="block">Manually adds a new sticker to the list of recently used stickers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddSavedAnimation.html" title="class in it.ernytech.tdlib">TdApi.AddSavedAnimation</a></th>
<td class="colLast">
<div class="block">Manually adds a new animation to the list of saved animations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AddStickerToSet.html" title="class in it.ernytech.tdlib">TdApi.AddStickerToSet</a></th>
<td class="colLast">
<div class="block">Adds a new sticker to a set; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Animation.html" title="class in it.ernytech.tdlib">TdApi.Animation</a></th>
<td class="colLast">
<div class="block">Describes an animation file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Animations.html" title="class in it.ernytech.tdlib">TdApi.Animations</a></th>
<td class="colLast">
<div class="block">Represents a list of animations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AnswerCallbackQuery.html" title="class in it.ernytech.tdlib">TdApi.AnswerCallbackQuery</a></th>
<td class="colLast">
<div class="block">Sets the result of a callback query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AnswerCustomQuery.html" title="class in it.ernytech.tdlib">TdApi.AnswerCustomQuery</a></th>
<td class="colLast">
<div class="block">Answers a custom query; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AnswerInlineQuery.html" title="class in it.ernytech.tdlib">TdApi.AnswerInlineQuery</a></th>
<td class="colLast">
<div class="block">Sets the result of an inline query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AnswerPreCheckoutQuery.html" title="class in it.ernytech.tdlib">TdApi.AnswerPreCheckoutQuery</a></th>
<td class="colLast">
<div class="block">Sets the result of a pre-checkout query; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AnswerShippingQuery.html" title="class in it.ernytech.tdlib">TdApi.AnswerShippingQuery</a></th>
<td class="colLast">
<div class="block">Sets the result of a shipping query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Audio.html" title="class in it.ernytech.tdlib">TdApi.Audio</a></th>
<td class="colLast">
<div class="block">Describes an audio file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeInfo.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeInfo</a></th>
<td class="colLast">
<div class="block">Information about the authentication code that was sent.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeType.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeTypeCall.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeTypeCall</a></th>
<td class="colLast">
<div class="block">An authentication code is delivered via a phone call to the specified phone number.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeTypeFlashCall.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeTypeFlashCall</a></th>
<td class="colLast">
<div class="block">An authentication code is delivered by an immediately cancelled call to the specified phone number.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeTypeSms.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeTypeSms</a></th>
<td class="colLast">
<div class="block">An authentication code is delivered via an SMS message to the specified phone number.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthenticationCodeTypeTelegramMessage.html" title="class in it.ernytech.tdlib">TdApi.AuthenticationCodeTypeTelegramMessage</a></th>
<td class="colLast">
<div class="block">An authentication code is delivered via a private Telegram message, which can be viewed in another client.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationState.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateClosed.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateClosed</a></th>
<td class="colLast">
<div class="block">TDLib client is in its final state.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateClosing.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateClosing</a></th>
<td class="colLast">
<div class="block">TDLib is closing, all subsequent queries will be answered with the error 500.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateLoggingOut.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateLoggingOut</a></th>
<td class="colLast">
<div class="block">The user is currently logging out.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateReady.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateReady</a></th>
<td class="colLast">
<div class="block">The user has been successfully authorized.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateWaitCode.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateWaitCode</a></th>
<td class="colLast">
<div class="block">TDLib needs the user's authentication code to finalize authorization.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateWaitEncryptionKey.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateWaitEncryptionKey</a></th>
<td class="colLast">
<div class="block">TDLib needs an encryption key to decrypt the local database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateWaitPassword.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateWaitPassword</a></th>
<td class="colLast">
<div class="block">The user has been authorized, but needs to enter a password to start using the application.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateWaitPhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateWaitPhoneNumber</a></th>
<td class="colLast">
<div class="block">TDLib needs the user's phone number to authorize.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.AuthorizationStateWaitTdlibParameters.html" title="class in it.ernytech.tdlib">TdApi.AuthorizationStateWaitTdlibParameters</a></th>
<td class="colLast">
<div class="block">TDLib needs TdlibParameters for initialization.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.BasicGroup.html" title="class in it.ernytech.tdlib">TdApi.BasicGroup</a></th>
<td class="colLast">
<div class="block">Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.BasicGroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.BasicGroupFullInfo</a></th>
<td class="colLast">
<div class="block">Contains full information about a basic group.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.BlockUser.html" title="class in it.ernytech.tdlib">TdApi.BlockUser</a></th>
<td class="colLast">
<div class="block">Adds a user to the blacklist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.BotCommand.html" title="class in it.ernytech.tdlib">TdApi.BotCommand</a></th>
<td class="colLast">
<div class="block">Represents commands supported by a bot.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.BotInfo.html" title="class in it.ernytech.tdlib">TdApi.BotInfo</a></th>
<td class="colLast">
<div class="block">Provides information about a bot and its supported commands.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Call.html" title="class in it.ernytech.tdlib">TdApi.Call</a></th>
<td class="colLast">
<div class="block">Describes a call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallbackQueryAnswer.html" title="class in it.ernytech.tdlib">TdApi.CallbackQueryAnswer</a></th>
<td class="colLast">
<div class="block">Contains a bot's answer to a callback query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallbackQueryPayload.html" title="class in it.ernytech.tdlib">TdApi.CallbackQueryPayload</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallbackQueryPayloadData.html" title="class in it.ernytech.tdlib">TdApi.CallbackQueryPayloadData</a></th>
<td class="colLast">
<div class="block">The payload from a general callback button.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallbackQueryPayloadGame.html" title="class in it.ernytech.tdlib">TdApi.CallbackQueryPayloadGame</a></th>
<td class="colLast">
<div class="block">The payload from a game callback button.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallConnection.html" title="class in it.ernytech.tdlib">TdApi.CallConnection</a></th>
<td class="colLast">
<div class="block">Describes the address of UDP reflectors.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReason.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReason</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReasonDeclined.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReasonDeclined</a></th>
<td class="colLast">
<div class="block">The call was ended before the conversation started.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReasonDisconnected.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReasonDisconnected</a></th>
<td class="colLast">
<div class="block">The call was ended during the conversation because the users were disconnected.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReasonEmpty.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReasonEmpty</a></th>
<td class="colLast">
<div class="block">The call wasn't discarded, or the reason is unknown.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReasonHungUp.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReasonHungUp</a></th>
<td class="colLast">
<div class="block">The call was ended because one of the parties hung up.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallDiscardReasonMissed.html" title="class in it.ernytech.tdlib">TdApi.CallDiscardReasonMissed</a></th>
<td class="colLast">
<div class="block">The call was ended before the conversation started.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallId.html" title="class in it.ernytech.tdlib">TdApi.CallId</a></th>
<td class="colLast">
<div class="block">Contains the call identifier.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallProtocol.html" title="class in it.ernytech.tdlib">TdApi.CallProtocol</a></th>
<td class="colLast">
<div class="block">Specifies the supported call protocols.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallState.html" title="class in it.ernytech.tdlib">TdApi.CallState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStateDiscarded.html" title="class in it.ernytech.tdlib">TdApi.CallStateDiscarded</a></th>
<td class="colLast">
<div class="block">The call has ended successfully.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStateError.html" title="class in it.ernytech.tdlib">TdApi.CallStateError</a></th>
<td class="colLast">
<div class="block">The call has ended with an error.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStateExchangingKeys.html" title="class in it.ernytech.tdlib">TdApi.CallStateExchangingKeys</a></th>
<td class="colLast">
<div class="block">The call has been answered and encryption keys are being exchanged.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStateHangingUp.html" title="class in it.ernytech.tdlib">TdApi.CallStateHangingUp</a></th>
<td class="colLast">
<div class="block">The call is hanging up after discardCall has been called.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStatePending.html" title="class in it.ernytech.tdlib">TdApi.CallStatePending</a></th>
<td class="colLast">
<div class="block">The call is pending, waiting to be accepted by a user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CallStateReady.html" title="class in it.ernytech.tdlib">TdApi.CallStateReady</a></th>
<td class="colLast">
<div class="block">The call is ready to use.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CancelDownloadFile.html" title="class in it.ernytech.tdlib">TdApi.CancelDownloadFile</a></th>
<td class="colLast">
<div class="block">Stops the downloading of a file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CancelUploadFile.html" title="class in it.ernytech.tdlib">TdApi.CancelUploadFile</a></th>
<td class="colLast">
<div class="block">Stops the uploading of a file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChangeChatReportSpamState.html" title="class in it.ernytech.tdlib">TdApi.ChangeChatReportSpamState</a></th>
<td class="colLast">
<div class="block">Used to let the server know whether a chat is spam or not.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChangeImportedContacts.html" title="class in it.ernytech.tdlib">TdApi.ChangeImportedContacts</a></th>
<td class="colLast">
<div class="block">Changes imported contacts using the list of current user contacts saved on the device.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChangePhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.ChangePhoneNumber</a></th>
<td class="colLast">
<div class="block">Changes the phone number of the user and sends an authentication code to the user's new phone number.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChangeStickerSet.html" title="class in it.ernytech.tdlib">TdApi.ChangeStickerSet</a></th>
<td class="colLast">
<div class="block">Installs/uninstalls or activates/archives a sticker set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Chat.html" title="class in it.ernytech.tdlib">TdApi.Chat</a></th>
<td class="colLast">
<div class="block">A chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatAction.html" title="class in it.ernytech.tdlib">TdApi.ChatAction</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionCancel.html" title="class in it.ernytech.tdlib">TdApi.ChatActionCancel</a></th>
<td class="colLast">
<div class="block">The user has cancelled the previous action.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionChoosingContact.html" title="class in it.ernytech.tdlib">TdApi.ChatActionChoosingContact</a></th>
<td class="colLast">
<div class="block">The user is picking a contact to send.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionChoosingLocation.html" title="class in it.ernytech.tdlib">TdApi.ChatActionChoosingLocation</a></th>
<td class="colLast">
<div class="block">The user is picking a location or venue to send.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionRecordingVideo.html" title="class in it.ernytech.tdlib">TdApi.ChatActionRecordingVideo</a></th>
<td class="colLast">
<div class="block">The user is recording a video.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionRecordingVideoNote.html" title="class in it.ernytech.tdlib">TdApi.ChatActionRecordingVideoNote</a></th>
<td class="colLast">
<div class="block">The user is recording a video note.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionRecordingVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.ChatActionRecordingVoiceNote</a></th>
<td class="colLast">
<div class="block">The user is recording a voice note.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionStartPlayingGame.html" title="class in it.ernytech.tdlib">TdApi.ChatActionStartPlayingGame</a></th>
<td class="colLast">
<div class="block">The user has started to play a game.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionTyping.html" title="class in it.ernytech.tdlib">TdApi.ChatActionTyping</a></th>
<td class="colLast">
<div class="block">The user is typing a message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionUploadingDocument.html" title="class in it.ernytech.tdlib">TdApi.ChatActionUploadingDocument</a></th>
<td class="colLast">
<div class="block">The user is uploading a document.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionUploadingPhoto.html" title="class in it.ernytech.tdlib">TdApi.ChatActionUploadingPhoto</a></th>
<td class="colLast">
<div class="block">The user is uploading a photo.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionUploadingVideo.html" title="class in it.ernytech.tdlib">TdApi.ChatActionUploadingVideo</a></th>
<td class="colLast">
<div class="block">The user is uploading a video.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionUploadingVideoNote.html" title="class in it.ernytech.tdlib">TdApi.ChatActionUploadingVideoNote</a></th>
<td class="colLast">
<div class="block">The user is uploading a video note.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatActionUploadingVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.ChatActionUploadingVoiceNote</a></th>
<td class="colLast">
<div class="block">The user is uploading a voice note.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEvent.html" title="class in it.ernytech.tdlib">TdApi.ChatEvent</a></th>
<td class="colLast">
<div class="block">Represents a chat event.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventAction.html" title="class in it.ernytech.tdlib">TdApi.ChatEventAction</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventDescriptionChanged.html" title="class in it.ernytech.tdlib">TdApi.ChatEventDescriptionChanged</a></th>
<td class="colLast">
<div class="block">The chat description was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventInvitesToggled.html" title="class in it.ernytech.tdlib">TdApi.ChatEventInvitesToggled</a></th>
<td class="colLast">
<div class="block">The anyoneCanInvite setting of a supergroup chat was toggled.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventIsAllHistoryAvailableToggled.html" title="class in it.ernytech.tdlib">TdApi.ChatEventIsAllHistoryAvailableToggled</a></th>
<td class="colLast">
<div class="block">The isAllHistoryAvailable setting of a supergroup was toggled.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventLogFilters.html" title="class in it.ernytech.tdlib">TdApi.ChatEventLogFilters</a></th>
<td class="colLast">
<div class="block">Represents a set of filters used to obtain a chat event log.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMemberInvited.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMemberInvited</a></th>
<td class="colLast">
<div class="block">A new chat member was invited.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMemberJoined.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMemberJoined</a></th>
<td class="colLast">
<div class="block">A new member joined the chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMemberLeft.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMemberLeft</a></th>
<td class="colLast">
<div class="block">A member left the chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMemberPromoted.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMemberPromoted</a></th>
<td class="colLast">
<div class="block">A chat member has gained/lost administrator status, or the list of their administrator privileges has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMemberRestricted.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMemberRestricted</a></th>
<td class="colLast">
<div class="block">A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMessageDeleted.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMessageDeleted</a></th>
<td class="colLast">
<div class="block">A message was deleted.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMessageEdited.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMessageEdited</a></th>
<td class="colLast">
<div class="block">A message was edited.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMessagePinned.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMessagePinned</a></th>
<td class="colLast">
<div class="block">A message was pinned.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventMessageUnpinned.html" title="class in it.ernytech.tdlib">TdApi.ChatEventMessageUnpinned</a></th>
<td class="colLast">
<div class="block">A message was unpinned.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventPhotoChanged.html" title="class in it.ernytech.tdlib">TdApi.ChatEventPhotoChanged</a></th>
<td class="colLast">
<div class="block">The chat photo was changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEvents.html" title="class in it.ernytech.tdlib">TdApi.ChatEvents</a></th>
<td class="colLast">
<div class="block">Contains a list of chat events.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventSignMessagesToggled.html" title="class in it.ernytech.tdlib">TdApi.ChatEventSignMessagesToggled</a></th>
<td class="colLast">
<div class="block">The signMessages setting of a channel was toggled.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventStickerSetChanged.html" title="class in it.ernytech.tdlib">TdApi.ChatEventStickerSetChanged</a></th>
<td class="colLast">
<div class="block">The supergroup sticker set was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventTitleChanged.html" title="class in it.ernytech.tdlib">TdApi.ChatEventTitleChanged</a></th>
<td class="colLast">
<div class="block">The chat title was changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatEventUsernameChanged.html" title="class in it.ernytech.tdlib">TdApi.ChatEventUsernameChanged</a></th>
<td class="colLast">
<div class="block">The chat username was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatInviteLink.html" title="class in it.ernytech.tdlib">TdApi.ChatInviteLink</a></th>
<td class="colLast">
<div class="block">Contains a chat invite link.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatInviteLinkInfo.html" title="class in it.ernytech.tdlib">TdApi.ChatInviteLinkInfo</a></th>
<td class="colLast">
<div class="block">Contains information about a chat invite link.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMember.html" title="class in it.ernytech.tdlib">TdApi.ChatMember</a></th>
<td class="colLast">
<div class="block">A user with information about joining/leaving a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMembers.html" title="class in it.ernytech.tdlib">TdApi.ChatMembers</a></th>
<td class="colLast">
<div class="block">Contains a list of chat members.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatus.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatus</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusAdministrator.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusAdministrator</a></th>
<td class="colLast">
<div class="block">The user is a member of a chat and has some additional privileges.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusBanned.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusBanned</a></th>
<td class="colLast">
<div class="block">The user was banned (and hence is not a member of the chat).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusCreator.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusCreator</a></th>
<td class="colLast">
<div class="block">The user is the creator of a chat and has all the administrator privileges.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusLeft.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusLeft</a></th>
<td class="colLast">
<div class="block">The user is not a chat member.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusMember.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusMember</a></th>
<td class="colLast">
<div class="block">The user is a member of a chat, without any additional privileges or restrictions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatMemberStatusRestricted.html" title="class in it.ernytech.tdlib">TdApi.ChatMemberStatusRestricted</a></th>
<td class="colLast">
<div class="block">The user is under certain restrictions in the chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatPhoto.html" title="class in it.ernytech.tdlib">TdApi.ChatPhoto</a></th>
<td class="colLast">
<div class="block">Describes the photo of a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportReason.html" title="class in it.ernytech.tdlib">TdApi.ChatReportReason</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportReasonCustom.html" title="class in it.ernytech.tdlib">TdApi.ChatReportReasonCustom</a></th>
<td class="colLast">
<div class="block">A custom reason provided by the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportReasonPornography.html" title="class in it.ernytech.tdlib">TdApi.ChatReportReasonPornography</a></th>
<td class="colLast">
<div class="block">The chat contains pornographic messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportReasonSpam.html" title="class in it.ernytech.tdlib">TdApi.ChatReportReasonSpam</a></th>
<td class="colLast">
<div class="block">The chat contains spam messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportReasonViolence.html" title="class in it.ernytech.tdlib">TdApi.ChatReportReasonViolence</a></th>
<td class="colLast">
<div class="block">The chat promotes violence.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatReportSpamState.html" title="class in it.ernytech.tdlib">TdApi.ChatReportSpamState</a></th>
<td class="colLast">
<div class="block">Contains information about the availability of the &quot;Report spam&quot; action for a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Chats.html" title="class in it.ernytech.tdlib">TdApi.Chats</a></th>
<td class="colLast">
<div class="block">Represents a list of chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatType.html" title="class in it.ernytech.tdlib">TdApi.ChatType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatTypeBasicGroup.html" title="class in it.ernytech.tdlib">TdApi.ChatTypeBasicGroup</a></th>
<td class="colLast">
<div class="block">A basic group (i.e., a chat with 0-200 other users).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatTypePrivate.html" title="class in it.ernytech.tdlib">TdApi.ChatTypePrivate</a></th>
<td class="colLast">
<div class="block">An ordinary chat with a user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatTypeSecret.html" title="class in it.ernytech.tdlib">TdApi.ChatTypeSecret</a></th>
<td class="colLast">
<div class="block">A secret chat with a user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ChatTypeSupergroup.html" title="class in it.ernytech.tdlib">TdApi.ChatTypeSupergroup</a></th>
<td class="colLast">
<div class="block">A supergroup (i.e. a chat with up to GetOption(&quot;supergroupMaxSize&quot;) other users), or channel (with unlimited members).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckAuthenticationBotToken.html" title="class in it.ernytech.tdlib">TdApi.CheckAuthenticationBotToken</a></th>
<td class="colLast">
<div class="block">Checks the authentication token of a bot; to log in as a bot.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckAuthenticationCode.html" title="class in it.ernytech.tdlib">TdApi.CheckAuthenticationCode</a></th>
<td class="colLast">
<div class="block">Checks the authentication code.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckAuthenticationPassword.html" title="class in it.ernytech.tdlib">TdApi.CheckAuthenticationPassword</a></th>
<td class="colLast">
<div class="block">Checks the authentication password for correctness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChangePhoneNumberCode.html" title="class in it.ernytech.tdlib">TdApi.CheckChangePhoneNumberCode</a></th>
<td class="colLast">
<div class="block">Checks the authentication code sent to confirm a new phone number of the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatInviteLink.html" title="class in it.ernytech.tdlib">TdApi.CheckChatInviteLink</a></th>
<td class="colLast">
<div class="block">Checks the validity of an invite link for a chat and returns information about the corresponding chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsername.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsername</a></th>
<td class="colLast">
<div class="block">Checks whether a username can be set for a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResult.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResult</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResultOk.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResultOk</a></th>
<td class="colLast">
<div class="block">The username can be set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicChatsTooMuch.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResultPublicChatsTooMuch</a></th>
<td class="colLast">
<div class="block">The user has too much public chats, one of them should be made private first.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResultPublicGroupsUnavailable.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResultPublicGroupsUnavailable</a></th>
<td class="colLast">
<div class="block">The user can't be a member of a public supergroup.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameInvalid.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResultUsernameInvalid</a></th>
<td class="colLast">
<div class="block">The username is invalid.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckChatUsernameResultUsernameOccupied.html" title="class in it.ernytech.tdlib">TdApi.CheckChatUsernameResultUsernameOccupied</a></th>
<td class="colLast">
<div class="block">The username is occupied.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CheckDatabaseEncryptionKey.html" title="class in it.ernytech.tdlib">TdApi.CheckDatabaseEncryptionKey</a></th>
<td class="colLast">
<div class="block">Checks the database encryption key for correctness.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ClearImportedContacts.html" title="class in it.ernytech.tdlib">TdApi.ClearImportedContacts</a></th>
<td class="colLast">
<div class="block">Clears all imported contacts.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ClearRecentlyFoundChats.html" title="class in it.ernytech.tdlib">TdApi.ClearRecentlyFoundChats</a></th>
<td class="colLast">
<div class="block">Clears the list of recently found chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ClearRecentStickers.html" title="class in it.ernytech.tdlib">TdApi.ClearRecentStickers</a></th>
<td class="colLast">
<div class="block">Clears the list of recently used stickers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Close.html" title="class in it.ernytech.tdlib">TdApi.Close</a></th>
<td class="colLast">
<div class="block">Closes the TDLib instance.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CloseChat.html" title="class in it.ernytech.tdlib">TdApi.CloseChat</a></th>
<td class="colLast">
<div class="block">This method should be called if the chat is closed by the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CloseSecretChat.html" title="class in it.ernytech.tdlib">TdApi.CloseSecretChat</a></th>
<td class="colLast">
<div class="block">Closes a secret chat, effectively transfering its state to secretChatStateClosed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectedWebsite.html" title="class in it.ernytech.tdlib">TdApi.ConnectedWebsite</a></th>
<td class="colLast">
<div class="block">Contains information about one website the current user is logged in with Telegram.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectedWebsites.html" title="class in it.ernytech.tdlib">TdApi.ConnectedWebsites</a></th>
<td class="colLast">
<div class="block">Contains a list of websites the current user is logged in with Telegram.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionState.html" title="class in it.ernytech.tdlib">TdApi.ConnectionState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionStateConnecting.html" title="class in it.ernytech.tdlib">TdApi.ConnectionStateConnecting</a></th>
<td class="colLast">
<div class="block">Currently establishing a connection to the Telegram servers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionStateConnectingToProxy.html" title="class in it.ernytech.tdlib">TdApi.ConnectionStateConnectingToProxy</a></th>
<td class="colLast">
<div class="block">Currently establishing a connection with a proxy server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionStateReady.html" title="class in it.ernytech.tdlib">TdApi.ConnectionStateReady</a></th>
<td class="colLast">
<div class="block">There is a working connection to the Telegram servers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionStateUpdating.html" title="class in it.ernytech.tdlib">TdApi.ConnectionStateUpdating</a></th>
<td class="colLast">
<div class="block">Downloading data received while the client was offline.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ConnectionStateWaitingForNetwork.html" title="class in it.ernytech.tdlib">TdApi.ConnectionStateWaitingForNetwork</a></th>
<td class="colLast">
<div class="block">Currently waiting for the network to become available.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Contact.html" title="class in it.ernytech.tdlib">TdApi.Contact</a></th>
<td class="colLast">
<div class="block">Describes a user contact.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Count.html" title="class in it.ernytech.tdlib">TdApi.Count</a></th>
<td class="colLast">
<div class="block">Contains a counter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateBasicGroupChat.html" title="class in it.ernytech.tdlib">TdApi.CreateBasicGroupChat</a></th>
<td class="colLast">
<div class="block">Returns an existing chat corresponding to a known basic group.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateCall.html" title="class in it.ernytech.tdlib">TdApi.CreateCall</a></th>
<td class="colLast">
<div class="block">Creates a new call.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateNewBasicGroupChat.html" title="class in it.ernytech.tdlib">TdApi.CreateNewBasicGroupChat</a></th>
<td class="colLast">
<div class="block">Creates a new basic group and sends a corresponding messageBasicGroupChatCreate.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateNewSecretChat.html" title="class in it.ernytech.tdlib">TdApi.CreateNewSecretChat</a></th>
<td class="colLast">
<div class="block">Creates a new secret chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateNewStickerSet.html" title="class in it.ernytech.tdlib">TdApi.CreateNewStickerSet</a></th>
<td class="colLast">
<div class="block">Creates a new sticker set; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateNewSupergroupChat.html" title="class in it.ernytech.tdlib">TdApi.CreateNewSupergroupChat</a></th>
<td class="colLast">
<div class="block">Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreatePrivateChat.html" title="class in it.ernytech.tdlib">TdApi.CreatePrivateChat</a></th>
<td class="colLast">
<div class="block">Returns an existing chat corresponding to a given user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateSecretChat.html" title="class in it.ernytech.tdlib">TdApi.CreateSecretChat</a></th>
<td class="colLast">
<div class="block">Returns an existing chat corresponding to a known secret chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateSupergroupChat.html" title="class in it.ernytech.tdlib">TdApi.CreateSupergroupChat</a></th>
<td class="colLast">
<div class="block">Returns an existing chat corresponding to a known supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CreateTemporaryPassword.html" title="class in it.ernytech.tdlib">TdApi.CreateTemporaryPassword</a></th>
<td class="colLast">
<div class="block">Creates a new temporary password for processing payments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.CustomRequestResult.html" title="class in it.ernytech.tdlib">TdApi.CustomRequestResult</a></th>
<td class="colLast">
<div class="block">Contains the result of a custom request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteAccount.html" title="class in it.ernytech.tdlib">TdApi.DeleteAccount</a></th>
<td class="colLast">
<div class="block">Deletes the account of the current user, deleting all information associated with the user from the server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteChatHistory.html" title="class in it.ernytech.tdlib">TdApi.DeleteChatHistory</a></th>
<td class="colLast">
<div class="block">Deletes all messages in the chat only for the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteChatMessagesFromUser.html" title="class in it.ernytech.tdlib">TdApi.DeleteChatMessagesFromUser</a></th>
<td class="colLast">
<div class="block">Deletes all messages sent by the specified user to a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteChatReplyMarkup.html" title="class in it.ernytech.tdlib">TdApi.DeleteChatReplyMarkup</a></th>
<td class="colLast">
<div class="block">Deletes the default reply markup from a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteFile.html" title="class in it.ernytech.tdlib">TdApi.DeleteFile</a></th>
<td class="colLast">
<div class="block">Deletes a file from the TDLib file cache.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteMessages.html" title="class in it.ernytech.tdlib">TdApi.DeleteMessages</a></th>
<td class="colLast">
<div class="block">Deletes messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteProfilePhoto.html" title="class in it.ernytech.tdlib">TdApi.DeleteProfilePhoto</a></th>
<td class="colLast">
<div class="block">Deletes a profile photo.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteSavedCredentials.html" title="class in it.ernytech.tdlib">TdApi.DeleteSavedCredentials</a></th>
<td class="colLast">
<div class="block">Deletes saved credentials for all payment provider bots.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteSavedOrderInfo.html" title="class in it.ernytech.tdlib">TdApi.DeleteSavedOrderInfo</a></th>
<td class="colLast">
<div class="block">Deletes saved order info.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeleteSupergroup.html" title="class in it.ernytech.tdlib">TdApi.DeleteSupergroup</a></th>
<td class="colLast">
<div class="block">Deletes a supergroup or channel along with all messages in the corresponding chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Destroy.html" title="class in it.ernytech.tdlib">TdApi.Destroy</a></th>
<td class="colLast">
<div class="block">Closes the TDLib instance, destroying all local data without a proper logout.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceToken.html" title="class in it.ernytech.tdlib">TdApi.DeviceToken</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenApplePush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenApplePush</a></th>
<td class="colLast">
<div class="block">A token for Apple Push Notification service.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenApplePushVoIP.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenApplePushVoIP</a></th>
<td class="colLast">
<div class="block">A token for Apple Push Notification service VoIP notifications.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenBlackBerryPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenBlackBerryPush</a></th>
<td class="colLast">
<div class="block">A token for BlackBerry Push Service.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenGoogleCloudMessaging.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenGoogleCloudMessaging</a></th>
<td class="colLast">
<div class="block">A token for Google Cloud Messaging.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenMicrosoftPush</a></th>
<td class="colLast">
<div class="block">A token for Microsoft Push Notification Service.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenMicrosoftPushVoIP.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenMicrosoftPushVoIP</a></th>
<td class="colLast">
<div class="block">A token for Microsoft Push Notification Service VoIP channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenSimplePush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenSimplePush</a></th>
<td class="colLast">
<div class="block">A token for Simple Push API for Firefox OS.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenTizenPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenTizenPush</a></th>
<td class="colLast">
<div class="block">A token for Tizen Push Service.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenUbuntuPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenUbuntuPush</a></th>
<td class="colLast">
<div class="block">A token for Ubuntu Push Client service.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenWebPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenWebPush</a></th>
<td class="colLast">
<div class="block">A token for web Push API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DeviceTokenWindowsPush.html" title="class in it.ernytech.tdlib">TdApi.DeviceTokenWindowsPush</a></th>
<td class="colLast">
<div class="block">A token for Windows Push Notification Services.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DiscardCall.html" title="class in it.ernytech.tdlib">TdApi.DiscardCall</a></th>
<td class="colLast">
<div class="block">Discards a call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DisconnectAllWebsites.html" title="class in it.ernytech.tdlib">TdApi.DisconnectAllWebsites</a></th>
<td class="colLast">
<div class="block">Disconnects all websites from the current user's Telegram account.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DisconnectWebsite.html" title="class in it.ernytech.tdlib">TdApi.DisconnectWebsite</a></th>
<td class="colLast">
<div class="block">Disconnects website from the current user's Telegram account.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Document.html" title="class in it.ernytech.tdlib">TdApi.Document</a></th>
<td class="colLast">
<div class="block">Describes a document of any type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DownloadFile.html" title="class in it.ernytech.tdlib">TdApi.DownloadFile</a></th>
<td class="colLast">
<div class="block">Asynchronously downloads a file from the cloud. updateFile will be used to notify about the download progress and successful completion of the download.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.DraftMessage.html" title="class in it.ernytech.tdlib">TdApi.DraftMessage</a></th>
<td class="colLast">
<div class="block">Contains information about a message draft.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditInlineMessageCaption.html" title="class in it.ernytech.tdlib">TdApi.EditInlineMessageCaption</a></th>
<td class="colLast">
<div class="block">Edits the caption of an inline message sent via a bot; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditInlineMessageLiveLocation.html" title="class in it.ernytech.tdlib">TdApi.EditInlineMessageLiveLocation</a></th>
<td class="colLast">
<div class="block">Edits the content of a live location in an inline message sent via a bot; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditInlineMessageReplyMarkup.html" title="class in it.ernytech.tdlib">TdApi.EditInlineMessageReplyMarkup</a></th>
<td class="colLast">
<div class="block">Edits the reply markup of an inline message sent via a bot; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditInlineMessageText.html" title="class in it.ernytech.tdlib">TdApi.EditInlineMessageText</a></th>
<td class="colLast">
<div class="block">Edits the text of an inline text or game message sent via a bot; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditMessageCaption.html" title="class in it.ernytech.tdlib">TdApi.EditMessageCaption</a></th>
<td class="colLast">
<div class="block">Edits the message content caption.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditMessageLiveLocation.html" title="class in it.ernytech.tdlib">TdApi.EditMessageLiveLocation</a></th>
<td class="colLast">
<div class="block">Edits the message content of a live location.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditMessageReplyMarkup.html" title="class in it.ernytech.tdlib">TdApi.EditMessageReplyMarkup</a></th>
<td class="colLast">
<div class="block">Edits the message reply markup; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.EditMessageText.html" title="class in it.ernytech.tdlib">TdApi.EditMessageText</a></th>
<td class="colLast">
<div class="block">Edits the text of a message (or a text of a game message).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Error.html" title="class in it.ernytech.tdlib">TdApi.Error</a></th>
<td class="colLast">
<div class="block">An object of this type can be returned on every function call, in case of an error.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.File.html" title="class in it.ernytech.tdlib">TdApi.File</a></th>
<td class="colLast">
<div class="block">Represents a file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileType.html" title="class in it.ernytech.tdlib">TdApi.FileType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeAnimation.html" title="class in it.ernytech.tdlib">TdApi.FileTypeAnimation</a></th>
<td class="colLast">
<div class="block">The file is an animation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeAudio.html" title="class in it.ernytech.tdlib">TdApi.FileTypeAudio</a></th>
<td class="colLast">
<div class="block">The file is an audio file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeDocument.html" title="class in it.ernytech.tdlib">TdApi.FileTypeDocument</a></th>
<td class="colLast">
<div class="block">The file is a document.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeNone.html" title="class in it.ernytech.tdlib">TdApi.FileTypeNone</a></th>
<td class="colLast">
<div class="block">The data is not a file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypePhoto.html" title="class in it.ernytech.tdlib">TdApi.FileTypePhoto</a></th>
<td class="colLast">
<div class="block">The file is a photo.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeProfilePhoto.html" title="class in it.ernytech.tdlib">TdApi.FileTypeProfilePhoto</a></th>
<td class="colLast">
<div class="block">The file is a profile photo.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeSecret.html" title="class in it.ernytech.tdlib">TdApi.FileTypeSecret</a></th>
<td class="colLast">
<div class="block">The file was sent to a secret chat (the file type is not known to the server).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeSecretThumbnail.html" title="class in it.ernytech.tdlib">TdApi.FileTypeSecretThumbnail</a></th>
<td class="colLast">
<div class="block">The file is a thumbnail of a file from a secret chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeSticker.html" title="class in it.ernytech.tdlib">TdApi.FileTypeSticker</a></th>
<td class="colLast">
<div class="block">The file is a sticker.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeThumbnail.html" title="class in it.ernytech.tdlib">TdApi.FileTypeThumbnail</a></th>
<td class="colLast">
<div class="block">The file is a thumbnail of another file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeUnknown.html" title="class in it.ernytech.tdlib">TdApi.FileTypeUnknown</a></th>
<td class="colLast">
<div class="block">The file type is not yet known.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeVideo.html" title="class in it.ernytech.tdlib">TdApi.FileTypeVideo</a></th>
<td class="colLast">
<div class="block">The file is a video.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeVideoNote.html" title="class in it.ernytech.tdlib">TdApi.FileTypeVideoNote</a></th>
<td class="colLast">
<div class="block">The file is a video note.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.FileTypeVoiceNote</a></th>
<td class="colLast">
<div class="block">The file is a voice note.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FileTypeWallpaper.html" title="class in it.ernytech.tdlib">TdApi.FileTypeWallpaper</a></th>
<td class="colLast">
<div class="block">The file is a wallpaper.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FinishFileGeneration.html" title="class in it.ernytech.tdlib">TdApi.FinishFileGeneration</a></th>
<td class="colLast">
<div class="block">Finishes the file generation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FormattedText.html" title="class in it.ernytech.tdlib">TdApi.FormattedText</a></th>
<td class="colLast">
<div class="block">A text with some entities.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ForwardMessages.html" title="class in it.ernytech.tdlib">TdApi.ForwardMessages</a></th>
<td class="colLast">
<div class="block">Forwards previously sent messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.FoundMessages.html" title="class in it.ernytech.tdlib">TdApi.FoundMessages</a></th>
<td class="colLast">
<div class="block">Contains a list of messages found by a search.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Function.html" title="class in it.ernytech.tdlib">TdApi.Function</a></th>
<td class="colLast">
<div class="block">This class is a base class for all TDLib interface function-classes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Game.html" title="class in it.ernytech.tdlib">TdApi.Game</a></th>
<td class="colLast">
<div class="block">Describes a game.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GameHighScore.html" title="class in it.ernytech.tdlib">TdApi.GameHighScore</a></th>
<td class="colLast">
<div class="block">Contains one row of the game high score table.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GameHighScores.html" title="class in it.ernytech.tdlib">TdApi.GameHighScores</a></th>
<td class="colLast">
<div class="block">Contains a list of game high scores.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GenerateChatInviteLink.html" title="class in it.ernytech.tdlib">TdApi.GenerateChatInviteLink</a></th>
<td class="colLast">
<div class="block">Generates a new invite link for a chat; the previously generated link is revoked.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetAccountTtl.html" title="class in it.ernytech.tdlib">TdApi.GetAccountTtl</a></th>
<td class="colLast">
<div class="block">Returns the period of inactivity after which the account of the current user will automatically be deleted.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetActiveLiveLocationMessages.html" title="class in it.ernytech.tdlib">TdApi.GetActiveLiveLocationMessages</a></th>
<td class="colLast">
<div class="block">Returns all active live locations that should be updated by the client.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetActiveSessions.html" title="class in it.ernytech.tdlib">TdApi.GetActiveSessions</a></th>
<td class="colLast">
<div class="block">Returns all active sessions of the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetArchivedStickerSets.html" title="class in it.ernytech.tdlib">TdApi.GetArchivedStickerSets</a></th>
<td class="colLast">
<div class="block">Returns a list of archived sticker sets.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetAttachedStickerSets.html" title="class in it.ernytech.tdlib">TdApi.GetAttachedStickerSets</a></th>
<td class="colLast">
<div class="block">Returns a list of sticker sets attached to a file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetAuthorizationState.html" title="class in it.ernytech.tdlib">TdApi.GetAuthorizationState</a></th>
<td class="colLast">
<div class="block">Returns the current authorization state; this is an offline request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetBasicGroup.html" title="class in it.ernytech.tdlib">TdApi.GetBasicGroup</a></th>
<td class="colLast">
<div class="block">Returns information about a basic group by its identifier.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetBasicGroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.GetBasicGroupFullInfo</a></th>
<td class="colLast">
<div class="block">Returns full information about a basic group by its identifier.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetBlockedUsers.html" title="class in it.ernytech.tdlib">TdApi.GetBlockedUsers</a></th>
<td class="colLast">
<div class="block">Returns users that were blocked by the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetCallbackQueryAnswer.html" title="class in it.ernytech.tdlib">TdApi.GetCallbackQueryAnswer</a></th>
<td class="colLast">
<div class="block">Sends a callback query to a bot and returns an answer.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChat.html" title="class in it.ernytech.tdlib">TdApi.GetChat</a></th>
<td class="colLast">
<div class="block">Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatAdministrators.html" title="class in it.ernytech.tdlib">TdApi.GetChatAdministrators</a></th>
<td class="colLast">
<div class="block">Returns a list of users who are administrators of the chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatEventLog.html" title="class in it.ernytech.tdlib">TdApi.GetChatEventLog</a></th>
<td class="colLast">
<div class="block">Returns a list of service actions taken by chat members and administrators in the last 48 hours.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatHistory.html" title="class in it.ernytech.tdlib">TdApi.GetChatHistory</a></th>
<td class="colLast">
<div class="block">Returns messages in a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatMember.html" title="class in it.ernytech.tdlib">TdApi.GetChatMember</a></th>
<td class="colLast">
<div class="block">Returns information about a single member of a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatMessageByDate.html" title="class in it.ernytech.tdlib">TdApi.GetChatMessageByDate</a></th>
<td class="colLast">
<div class="block">Returns the last message sent in a chat no later than the specified date.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatPinnedMessage.html" title="class in it.ernytech.tdlib">TdApi.GetChatPinnedMessage</a></th>
<td class="colLast">
<div class="block">Returns information about a pinned chat message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChatReportSpamState.html" title="class in it.ernytech.tdlib">TdApi.GetChatReportSpamState</a></th>
<td class="colLast">
<div class="block">Returns information on whether the current chat can be reported as spam.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetChats.html" title="class in it.ernytech.tdlib">TdApi.GetChats</a></th>
<td class="colLast">
<div class="block">Returns an ordered list of chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetConnectedWebsites.html" title="class in it.ernytech.tdlib">TdApi.GetConnectedWebsites</a></th>
<td class="colLast">
<div class="block">Returns all website where the current user used Telegram to log in.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetCountryCode.html" title="class in it.ernytech.tdlib">TdApi.GetCountryCode</a></th>
<td class="colLast">
<div class="block">Uses current user IP to found his country.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetCreatedPublicChats.html" title="class in it.ernytech.tdlib">TdApi.GetCreatedPublicChats</a></th>
<td class="colLast">
<div class="block">Returns a list of public chats created by the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetFavoriteStickers.html" title="class in it.ernytech.tdlib">TdApi.GetFavoriteStickers</a></th>
<td class="colLast">
<div class="block">Returns favorite stickers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetFile.html" title="class in it.ernytech.tdlib">TdApi.GetFile</a></th>
<td class="colLast">
<div class="block">Returns information about a file; this is an offline request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetFileExtension.html" title="class in it.ernytech.tdlib">TdApi.GetFileExtension</a></th>
<td class="colLast">
<div class="block">Returns the extension of a file, guessed by its MIME type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetFileMimeType.html" title="class in it.ernytech.tdlib">TdApi.GetFileMimeType</a></th>
<td class="colLast">
<div class="block">Returns the MIME type of a file, guessed by its extension.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetGameHighScores.html" title="class in it.ernytech.tdlib">TdApi.GetGameHighScores</a></th>
<td class="colLast">
<div class="block">Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetGroupsInCommon.html" title="class in it.ernytech.tdlib">TdApi.GetGroupsInCommon</a></th>
<td class="colLast">
<div class="block">Returns a list of common chats with a given user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetImportedContactCount.html" title="class in it.ernytech.tdlib">TdApi.GetImportedContactCount</a></th>
<td class="colLast">
<div class="block">Returns the total number of imported contacts.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetInlineGameHighScores.html" title="class in it.ernytech.tdlib">TdApi.GetInlineGameHighScores</a></th>
<td class="colLast">
<div class="block">Returns game high scores and some part of the high score table in the range of the specified user; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetInlineQueryResults.html" title="class in it.ernytech.tdlib">TdApi.GetInlineQueryResults</a></th>
<td class="colLast">
<div class="block">Sends an inline query to a bot and returns its results.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetInstalledStickerSets.html" title="class in it.ernytech.tdlib">TdApi.GetInstalledStickerSets</a></th>
<td class="colLast">
<div class="block">Returns a list of installed sticker sets.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetInviteText.html" title="class in it.ernytech.tdlib">TdApi.GetInviteText</a></th>
<td class="colLast">
<div class="block">Returns the default text for invitation messages to be used as a placeholder when the current user invites friends to Telegram.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetMe.html" title="class in it.ernytech.tdlib">TdApi.GetMe</a></th>
<td class="colLast">
<div class="block">Returns the current user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetMessage.html" title="class in it.ernytech.tdlib">TdApi.GetMessage</a></th>
<td class="colLast">
<div class="block">Returns information about a message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetMessages.html" title="class in it.ernytech.tdlib">TdApi.GetMessages</a></th>
<td class="colLast">
<div class="block">Returns information about messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetNetworkStatistics.html" title="class in it.ernytech.tdlib">TdApi.GetNetworkStatistics</a></th>
<td class="colLast">
<div class="block">Returns network data usage statistics.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetNotificationSettings.html" title="class in it.ernytech.tdlib">TdApi.GetNotificationSettings</a></th>
<td class="colLast">
<div class="block">Returns the notification settings for a given scope.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetOption.html" title="class in it.ernytech.tdlib">TdApi.GetOption</a></th>
<td class="colLast">
<div class="block">Returns the value of an option by its name.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetPasswordState.html" title="class in it.ernytech.tdlib">TdApi.GetPasswordState</a></th>
<td class="colLast">
<div class="block">Returns the current state of 2-step verification.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetPaymentForm.html" title="class in it.ernytech.tdlib">TdApi.GetPaymentForm</a></th>
<td class="colLast">
<div class="block">Returns an invoice payment form.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetPaymentReceipt.html" title="class in it.ernytech.tdlib">TdApi.GetPaymentReceipt</a></th>
<td class="colLast">
<div class="block">Returns information about a successful payment.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetProxy.html" title="class in it.ernytech.tdlib">TdApi.GetProxy</a></th>
<td class="colLast">
<div class="block">Returns the proxy that is currently set up.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetPublicMessageLink.html" title="class in it.ernytech.tdlib">TdApi.GetPublicMessageLink</a></th>
<td class="colLast">
<div class="block">Returns a public HTTPS link to a message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRecentInlineBots.html" title="class in it.ernytech.tdlib">TdApi.GetRecentInlineBots</a></th>
<td class="colLast">
<div class="block">Returns up to 20 recently used inline bots in the order of their last usage.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRecentlyVisitedTMeUrls.html" title="class in it.ernytech.tdlib">TdApi.GetRecentlyVisitedTMeUrls</a></th>
<td class="colLast">
<div class="block">Returns t.me URLs recently visited by a newly registered user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRecentStickers.html" title="class in it.ernytech.tdlib">TdApi.GetRecentStickers</a></th>
<td class="colLast">
<div class="block">Returns a list of recently used stickers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRecoveryEmailAddress.html" title="class in it.ernytech.tdlib">TdApi.GetRecoveryEmailAddress</a></th>
<td class="colLast">
<div class="block">Returns a recovery email address that was previously set up.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRemoteFile.html" title="class in it.ernytech.tdlib">TdApi.GetRemoteFile</a></th>
<td class="colLast">
<div class="block">Returns information about a file by its remote ID; this is an offline request.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetRepliedMessage.html" title="class in it.ernytech.tdlib">TdApi.GetRepliedMessage</a></th>
<td class="colLast">
<div class="block">Returns information about a message that is replied by given message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSavedAnimations.html" title="class in it.ernytech.tdlib">TdApi.GetSavedAnimations</a></th>
<td class="colLast">
<div class="block">Returns saved animations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSavedOrderInfo.html" title="class in it.ernytech.tdlib">TdApi.GetSavedOrderInfo</a></th>
<td class="colLast">
<div class="block">Returns saved order info, if any.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSecretChat.html" title="class in it.ernytech.tdlib">TdApi.GetSecretChat</a></th>
<td class="colLast">
<div class="block">Returns information about a secret chat by its identifier.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetStickerEmojis.html" title="class in it.ernytech.tdlib">TdApi.GetStickerEmojis</a></th>
<td class="colLast">
<div class="block">Returns emoji corresponding to a sticker.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetStickers.html" title="class in it.ernytech.tdlib">TdApi.GetStickers</a></th>
<td class="colLast">
<div class="block">Returns stickers from the installed sticker sets that correspond to a given emoji.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetStickerSet.html" title="class in it.ernytech.tdlib">TdApi.GetStickerSet</a></th>
<td class="colLast">
<div class="block">Returns information about a sticker set by its identifier.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetStorageStatistics.html" title="class in it.ernytech.tdlib">TdApi.GetStorageStatistics</a></th>
<td class="colLast">
<div class="block">Returns storage usage statistics.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetStorageStatisticsFast.html" title="class in it.ernytech.tdlib">TdApi.GetStorageStatisticsFast</a></th>
<td class="colLast">
<div class="block">Quickly returns approximate storage usage statistics.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSupergroup.html" title="class in it.ernytech.tdlib">TdApi.GetSupergroup</a></th>
<td class="colLast">
<div class="block">Returns information about a supergroup or channel by its identifier.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSupergroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.GetSupergroupFullInfo</a></th>
<td class="colLast">
<div class="block">Returns full information about a supergroup or channel by its identifier, cached for up to 1 minute.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSupergroupMembers.html" title="class in it.ernytech.tdlib">TdApi.GetSupergroupMembers</a></th>
<td class="colLast">
<div class="block">Returns information about members or banned users in a supergroup or channel.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetSupportUser.html" title="class in it.ernytech.tdlib">TdApi.GetSupportUser</a></th>
<td class="colLast">
<div class="block">Returns a user that can be contacted to get support.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetTemporaryPasswordState.html" title="class in it.ernytech.tdlib">TdApi.GetTemporaryPasswordState</a></th>
<td class="colLast">
<div class="block">Returns information about the current temporary password.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetTermsOfService.html" title="class in it.ernytech.tdlib">TdApi.GetTermsOfService</a></th>
<td class="colLast">
<div class="block">Returns the terms of service.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetTextEntities.html" title="class in it.ernytech.tdlib">TdApi.GetTextEntities</a></th>
<td class="colLast">
<div class="block">Returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetTopChats.html" title="class in it.ernytech.tdlib">TdApi.GetTopChats</a></th>
<td class="colLast">
<div class="block">Returns a list of frequently used chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetTrendingStickerSets.html" title="class in it.ernytech.tdlib">TdApi.GetTrendingStickerSets</a></th>
<td class="colLast">
<div class="block">Returns a list of trending sticker sets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetUser.html" title="class in it.ernytech.tdlib">TdApi.GetUser</a></th>
<td class="colLast">
<div class="block">Returns information about a user by their identifier.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetUserFullInfo.html" title="class in it.ernytech.tdlib">TdApi.GetUserFullInfo</a></th>
<td class="colLast">
<div class="block">Returns full information about a user by their identifier.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetUserPrivacySettingRules.html" title="class in it.ernytech.tdlib">TdApi.GetUserPrivacySettingRules</a></th>
<td class="colLast">
<div class="block">Returns the current privacy settings.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetUserProfilePhotos.html" title="class in it.ernytech.tdlib">TdApi.GetUserProfilePhotos</a></th>
<td class="colLast">
<div class="block">Returns the profile photos of a user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetWallpapers.html" title="class in it.ernytech.tdlib">TdApi.GetWallpapers</a></th>
<td class="colLast">
<div class="block">Returns background wallpapers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetWebPageInstantView.html" title="class in it.ernytech.tdlib">TdApi.GetWebPageInstantView</a></th>
<td class="colLast">
<div class="block">Returns an instant view version of a web page if available.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.GetWebPagePreview.html" title="class in it.ernytech.tdlib">TdApi.GetWebPagePreview</a></th>
<td class="colLast">
<div class="block">Returns a web page preview by the text of the message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Hashtags.html" title="class in it.ernytech.tdlib">TdApi.Hashtags</a></th>
<td class="colLast">
<div class="block">Contains a list of hashtags.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ImportContacts.html" title="class in it.ernytech.tdlib">TdApi.ImportContacts</a></th>
<td class="colLast">
<div class="block">Adds new contacts or edits existing contacts; contacts' user identifiers are ignored.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ImportedContacts.html" title="class in it.ernytech.tdlib">TdApi.ImportedContacts</a></th>
<td class="colLast">
<div class="block">Represents the result of an ImportContacts request.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButton.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButton</a></th>
<td class="colLast">
<div class="block">Represents a single button in an inline keyboard.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonType.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeBuy.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonTypeBuy</a></th>
<td class="colLast">
<div class="block">A button to buy something.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallback.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonTypeCallback</a></th>
<td class="colLast">
<div class="block">A button that sends a special callback query to a bot.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeCallbackGame.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonTypeCallbackGame</a></th>
<td class="colLast">
<div class="block">A button with a game that sends a special callback query to a bot.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeSwitchInline.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonTypeSwitchInline</a></th>
<td class="colLast">
<div class="block">A button that forces an inline query to the bot to be inserted in the input field.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineKeyboardButtonTypeUrl.html" title="class in it.ernytech.tdlib">TdApi.InlineKeyboardButtonTypeUrl</a></th>
<td class="colLast">
<div class="block">A button that opens a specified URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResult.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResult</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultAnimation.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultAnimation</a></th>
<td class="colLast">
<div class="block">Represents an animation file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultArticle.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultArticle</a></th>
<td class="colLast">
<div class="block">Represents a link to an article or web page.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultAudio.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultAudio</a></th>
<td class="colLast">
<div class="block">Represents an audio file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultContact.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultContact</a></th>
<td class="colLast">
<div class="block">Represents a user contact.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultDocument.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultDocument</a></th>
<td class="colLast">
<div class="block">Represents a document.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultGame.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultGame</a></th>
<td class="colLast">
<div class="block">Represents information about a game.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultLocation.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultLocation</a></th>
<td class="colLast">
<div class="block">Represents a point on the map.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultPhoto.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultPhoto</a></th>
<td class="colLast">
<div class="block">Represents a photo.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResults.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResults</a></th>
<td class="colLast">
<div class="block">Represents the results of the inline query.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultSticker.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultSticker</a></th>
<td class="colLast">
<div class="block">Represents a sticker.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultVenue.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultVenue</a></th>
<td class="colLast">
<div class="block">Represents information about a venue.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultVideo.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultVideo</a></th>
<td class="colLast">
<div class="block">Represents a video.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InlineQueryResultVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.InlineQueryResultVoiceNote</a></th>
<td class="colLast">
<div class="block">Represents a voice note.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputCredentials.html" title="class in it.ernytech.tdlib">TdApi.InputCredentials</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputCredentialsAndroidPay.html" title="class in it.ernytech.tdlib">TdApi.InputCredentialsAndroidPay</a></th>
<td class="colLast">
<div class="block">Applies if a user enters new credentials using Android Pay.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputCredentialsApplePay.html" title="class in it.ernytech.tdlib">TdApi.InputCredentialsApplePay</a></th>
<td class="colLast">
<div class="block">Applies if a user enters new credentials using Apple Pay.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputCredentialsNew.html" title="class in it.ernytech.tdlib">TdApi.InputCredentialsNew</a></th>
<td class="colLast">
<div class="block">Applies if a user enters new credentials on a payment provider website.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputCredentialsSaved.html" title="class in it.ernytech.tdlib">TdApi.InputCredentialsSaved</a></th>
<td class="colLast">
<div class="block">Applies if a user chooses some previously saved payment credentials.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputFile.html" title="class in it.ernytech.tdlib">TdApi.InputFile</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputFileGenerated.html" title="class in it.ernytech.tdlib">TdApi.InputFileGenerated</a></th>
<td class="colLast">
<div class="block">A file generated by the client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputFileId.html" title="class in it.ernytech.tdlib">TdApi.InputFileId</a></th>
<td class="colLast">
<div class="block">A file defined by its unique ID.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputFileLocal.html" title="class in it.ernytech.tdlib">TdApi.InputFileLocal</a></th>
<td class="colLast">
<div class="block">A file defined by a local path.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputFileRemote.html" title="class in it.ernytech.tdlib">TdApi.InputFileRemote</a></th>
<td class="colLast">
<div class="block">A file defined by its remote ID.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResult.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResult</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedGif.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultAnimatedGif</a></th>
<td class="colLast">
<div class="block">Represents a link to an animated GIF.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultAnimatedMpeg4.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultAnimatedMpeg4</a></th>
<td class="colLast">
<div class="block">Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultArticle.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultArticle</a></th>
<td class="colLast">
<div class="block">Represents a link to an article or web page.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultAudio.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultAudio</a></th>
<td class="colLast">
<div class="block">Represents a link to an MP3 audio file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultContact.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultContact</a></th>
<td class="colLast">
<div class="block">Represents a user contact.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultDocument.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultDocument</a></th>
<td class="colLast">
<div class="block">Represents a link to a file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultGame.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultGame</a></th>
<td class="colLast">
<div class="block">Represents a game.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultLocation.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultLocation</a></th>
<td class="colLast">
<div class="block">Represents a point on the map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultPhoto.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultPhoto</a></th>
<td class="colLast">
<div class="block">Represents link to a JPEG image.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultSticker.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultSticker</a></th>
<td class="colLast">
<div class="block">Represents a link to a WEBP sticker.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultVenue.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultVenue</a></th>
<td class="colLast">
<div class="block">Represents information about a venue.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultVideo.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultVideo</a></th>
<td class="colLast">
<div class="block">Represents a link to a page containing an embedded video player or a video file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputInlineQueryResultVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.InputInlineQueryResultVoiceNote</a></th>
<td class="colLast">
<div class="block">Represents a link to an opus-encoded audio file within an OGG container, single channel audio.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageAnimation.html" title="class in it.ernytech.tdlib">TdApi.InputMessageAnimation</a></th>
<td class="colLast">
<div class="block">An animation message (GIF-style).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageAudio.html" title="class in it.ernytech.tdlib">TdApi.InputMessageAudio</a></th>
<td class="colLast">
<div class="block">An audio message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageContact.html" title="class in it.ernytech.tdlib">TdApi.InputMessageContact</a></th>
<td class="colLast">
<div class="block">A message containing a user contact.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageContent.html" title="class in it.ernytech.tdlib">TdApi.InputMessageContent</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageDocument.html" title="class in it.ernytech.tdlib">TdApi.InputMessageDocument</a></th>
<td class="colLast">
<div class="block">A document message (general file).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageForwarded.html" title="class in it.ernytech.tdlib">TdApi.InputMessageForwarded</a></th>
<td class="colLast">
<div class="block">A forwarded message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageGame.html" title="class in it.ernytech.tdlib">TdApi.InputMessageGame</a></th>
<td class="colLast">
<div class="block">A message with a game; not supported for channels or secret chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageInvoice.html" title="class in it.ernytech.tdlib">TdApi.InputMessageInvoice</a></th>
<td class="colLast">
<div class="block">A message with an invoice; can be used only by bots and only in private chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageLocation.html" title="class in it.ernytech.tdlib">TdApi.InputMessageLocation</a></th>
<td class="colLast">
<div class="block">A message with a location.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessagePhoto.html" title="class in it.ernytech.tdlib">TdApi.InputMessagePhoto</a></th>
<td class="colLast">
<div class="block">A photo message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageSticker.html" title="class in it.ernytech.tdlib">TdApi.InputMessageSticker</a></th>
<td class="colLast">
<div class="block">A sticker message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageText.html" title="class in it.ernytech.tdlib">TdApi.InputMessageText</a></th>
<td class="colLast">
<div class="block">A text message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageVenue.html" title="class in it.ernytech.tdlib">TdApi.InputMessageVenue</a></th>
<td class="colLast">
<div class="block">A message with information about a venue.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageVideo.html" title="class in it.ernytech.tdlib">TdApi.InputMessageVideo</a></th>
<td class="colLast">
<div class="block">A video message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageVideoNote.html" title="class in it.ernytech.tdlib">TdApi.InputMessageVideoNote</a></th>
<td class="colLast">
<div class="block">A video note message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputMessageVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.InputMessageVoiceNote</a></th>
<td class="colLast">
<div class="block">A voice note message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputSticker.html" title="class in it.ernytech.tdlib">TdApi.InputSticker</a></th>
<td class="colLast">
<div class="block">Describes a sticker that should be added to a sticker set.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.InputThumbnail.html" title="class in it.ernytech.tdlib">TdApi.InputThumbnail</a></th>
<td class="colLast">
<div class="block">A thumbnail to be sent along with a file; should be in JPEG or WEBP format for stickers, and less than 200 kB in size.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Invoice.html" title="class in it.ernytech.tdlib">TdApi.Invoice</a></th>
<td class="colLast">
<div class="block">Product invoice.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.JoinChatByInviteLink.html" title="class in it.ernytech.tdlib">TdApi.JoinChatByInviteLink</a></th>
<td class="colLast">
<div class="block">Uses an invite link to add the current user to the chat if possible.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.KeyboardButton.html" title="class in it.ernytech.tdlib">TdApi.KeyboardButton</a></th>
<td class="colLast">
<div class="block">Represents a single button in a bot keyboard.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.KeyboardButtonType.html" title="class in it.ernytech.tdlib">TdApi.KeyboardButtonType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestLocation.html" title="class in it.ernytech.tdlib">TdApi.KeyboardButtonTypeRequestLocation</a></th>
<td class="colLast">
<div class="block">A button that sends the user's location when pressed; available only in private chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.KeyboardButtonTypeRequestPhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.KeyboardButtonTypeRequestPhoneNumber</a></th>
<td class="colLast">
<div class="block">A button that sends the user's phone number when pressed; available only in private chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.KeyboardButtonTypeText.html" title="class in it.ernytech.tdlib">TdApi.KeyboardButtonTypeText</a></th>
<td class="colLast">
<div class="block">A simple button, with text that should be sent when the button is pressed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LabeledPricePart.html" title="class in it.ernytech.tdlib">TdApi.LabeledPricePart</a></th>
<td class="colLast">
<div class="block">Portion of the price of a product (e.g., &quot;delivery cost&quot;, &quot;tax amount&quot;).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LinkState.html" title="class in it.ernytech.tdlib">TdApi.LinkState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LinkStateIsContact.html" title="class in it.ernytech.tdlib">TdApi.LinkStateIsContact</a></th>
<td class="colLast">
<div class="block">The phone number of user A has been saved to the contacts list of user B.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LinkStateKnowsPhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.LinkStateKnowsPhoneNumber</a></th>
<td class="colLast">
<div class="block">The phone number of user A is known but that number has not been saved to the contacts list of user B.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LinkStateNone.html" title="class in it.ernytech.tdlib">TdApi.LinkStateNone</a></th>
<td class="colLast">
<div class="block">The phone number of user A is not known to user B.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LocalFile.html" title="class in it.ernytech.tdlib">TdApi.LocalFile</a></th>
<td class="colLast">
<div class="block">Represents a local file.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Location.html" title="class in it.ernytech.tdlib">TdApi.Location</a></th>
<td class="colLast">
<div class="block">Describes a location on planet Earth.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.LogOut.html" title="class in it.ernytech.tdlib">TdApi.LogOut</a></th>
<td class="colLast">
<div class="block">Closes the TDLib instance after a proper logout.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPoint.html" title="class in it.ernytech.tdlib">TdApi.MaskPoint</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPointChin.html" title="class in it.ernytech.tdlib">TdApi.MaskPointChin</a></th>
<td class="colLast">
<div class="block">A mask should be placed relatively to the chin.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPointEyes.html" title="class in it.ernytech.tdlib">TdApi.MaskPointEyes</a></th>
<td class="colLast">
<div class="block">A mask should be placed relatively to the eyes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPointForehead.html" title="class in it.ernytech.tdlib">TdApi.MaskPointForehead</a></th>
<td class="colLast">
<div class="block">A mask should be placed relatively to the forehead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPointMouth.html" title="class in it.ernytech.tdlib">TdApi.MaskPointMouth</a></th>
<td class="colLast">
<div class="block">A mask should be placed relatively to the mouth.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MaskPosition.html" title="class in it.ernytech.tdlib">TdApi.MaskPosition</a></th>
<td class="colLast">
<div class="block">Position on a photo where a mask should be placed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Message.html" title="class in it.ernytech.tdlib">TdApi.Message</a></th>
<td class="colLast">
<div class="block">Describes a message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageAnimation.html" title="class in it.ernytech.tdlib">TdApi.MessageAnimation</a></th>
<td class="colLast">
<div class="block">An animation message (GIF-style).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageAudio.html" title="class in it.ernytech.tdlib">TdApi.MessageAudio</a></th>
<td class="colLast">
<div class="block">An audio message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageBasicGroupChatCreate.html" title="class in it.ernytech.tdlib">TdApi.MessageBasicGroupChatCreate</a></th>
<td class="colLast">
<div class="block">A newly created basic group.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageCall.html" title="class in it.ernytech.tdlib">TdApi.MessageCall</a></th>
<td class="colLast">
<div class="block">A message with information about an ended call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatAddMembers.html" title="class in it.ernytech.tdlib">TdApi.MessageChatAddMembers</a></th>
<td class="colLast">
<div class="block">New chat members were added.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatChangePhoto.html" title="class in it.ernytech.tdlib">TdApi.MessageChatChangePhoto</a></th>
<td class="colLast">
<div class="block">An updated chat photo.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatChangeTitle.html" title="class in it.ernytech.tdlib">TdApi.MessageChatChangeTitle</a></th>
<td class="colLast">
<div class="block">An updated chat title.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatDeleteMember.html" title="class in it.ernytech.tdlib">TdApi.MessageChatDeleteMember</a></th>
<td class="colLast">
<div class="block">A chat member was deleted.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatDeletePhoto.html" title="class in it.ernytech.tdlib">TdApi.MessageChatDeletePhoto</a></th>
<td class="colLast">
<div class="block">A deleted chat photo.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatJoinByLink.html" title="class in it.ernytech.tdlib">TdApi.MessageChatJoinByLink</a></th>
<td class="colLast">
<div class="block">A new member joined the chat by invite link.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatSetTtl.html" title="class in it.ernytech.tdlib">TdApi.MessageChatSetTtl</a></th>
<td class="colLast">
<div class="block">The TTL (Time To Live) setting messages in a secret chat has been changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatUpgradeFrom.html" title="class in it.ernytech.tdlib">TdApi.MessageChatUpgradeFrom</a></th>
<td class="colLast">
<div class="block">A supergroup has been created from a basic group.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageChatUpgradeTo.html" title="class in it.ernytech.tdlib">TdApi.MessageChatUpgradeTo</a></th>
<td class="colLast">
<div class="block">A basic group was upgraded to a supergroup and was deactivated as the result.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageContact.html" title="class in it.ernytech.tdlib">TdApi.MessageContact</a></th>
<td class="colLast">
<div class="block">A message with a user contact.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageContactRegistered.html" title="class in it.ernytech.tdlib">TdApi.MessageContactRegistered</a></th>
<td class="colLast">
<div class="block">A contact has registered with Telegram.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageContent.html" title="class in it.ernytech.tdlib">TdApi.MessageContent</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageCustomServiceAction.html" title="class in it.ernytech.tdlib">TdApi.MessageCustomServiceAction</a></th>
<td class="colLast">
<div class="block">A non-standard action has happened in the chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageDocument.html" title="class in it.ernytech.tdlib">TdApi.MessageDocument</a></th>
<td class="colLast">
<div class="block">A document message (general file).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageExpiredPhoto.html" title="class in it.ernytech.tdlib">TdApi.MessageExpiredPhoto</a></th>
<td class="colLast">
<div class="block">An expired photo message (self-destructed after TTL has elapsed).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageExpiredVideo.html" title="class in it.ernytech.tdlib">TdApi.MessageExpiredVideo</a></th>
<td class="colLast">
<div class="block">An expired video message (self-destructed after TTL has elapsed).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageForwardedFromUser.html" title="class in it.ernytech.tdlib">TdApi.MessageForwardedFromUser</a></th>
<td class="colLast">
<div class="block">The message was originally written by a known user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageForwardedPost.html" title="class in it.ernytech.tdlib">TdApi.MessageForwardedPost</a></th>
<td class="colLast">
<div class="block">The message was originally a post in a channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageForwardInfo.html" title="class in it.ernytech.tdlib">TdApi.MessageForwardInfo</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageGame.html" title="class in it.ernytech.tdlib">TdApi.MessageGame</a></th>
<td class="colLast">
<div class="block">A message with a game.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageGameScore.html" title="class in it.ernytech.tdlib">TdApi.MessageGameScore</a></th>
<td class="colLast">
<div class="block">A new high score was achieved in a game.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageInvoice.html" title="class in it.ernytech.tdlib">TdApi.MessageInvoice</a></th>
<td class="colLast">
<div class="block">A message with an invoice from a bot.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageLocation.html" title="class in it.ernytech.tdlib">TdApi.MessageLocation</a></th>
<td class="colLast">
<div class="block">A message with a location.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessagePaymentSuccessful.html" title="class in it.ernytech.tdlib">TdApi.MessagePaymentSuccessful</a></th>
<td class="colLast">
<div class="block">A payment has been completed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessagePaymentSuccessfulBot.html" title="class in it.ernytech.tdlib">TdApi.MessagePaymentSuccessfulBot</a></th>
<td class="colLast">
<div class="block">A payment has been completed; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessagePhoto.html" title="class in it.ernytech.tdlib">TdApi.MessagePhoto</a></th>
<td class="colLast">
<div class="block">A photo message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessagePinMessage.html" title="class in it.ernytech.tdlib">TdApi.MessagePinMessage</a></th>
<td class="colLast">
<div class="block">A message has been pinned.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Messages.html" title="class in it.ernytech.tdlib">TdApi.Messages</a></th>
<td class="colLast">
<div class="block">Contains a list of messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageScreenshotTaken.html" title="class in it.ernytech.tdlib">TdApi.MessageScreenshotTaken</a></th>
<td class="colLast">
<div class="block">A screenshot of a message in the chat has been taken.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageSendingState.html" title="class in it.ernytech.tdlib">TdApi.MessageSendingState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageSendingStateFailed.html" title="class in it.ernytech.tdlib">TdApi.MessageSendingStateFailed</a></th>
<td class="colLast">
<div class="block">The message failed to be sent.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageSendingStatePending.html" title="class in it.ernytech.tdlib">TdApi.MessageSendingStatePending</a></th>
<td class="colLast">
<div class="block">The message is being sent now, but has not yet been delivered to the server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageSticker.html" title="class in it.ernytech.tdlib">TdApi.MessageSticker</a></th>
<td class="colLast">
<div class="block">A sticker message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageSupergroupChatCreate.html" title="class in it.ernytech.tdlib">TdApi.MessageSupergroupChatCreate</a></th>
<td class="colLast">
<div class="block">A newly created supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageText.html" title="class in it.ernytech.tdlib">TdApi.MessageText</a></th>
<td class="colLast">
<div class="block">A text message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageUnsupported.html" title="class in it.ernytech.tdlib">TdApi.MessageUnsupported</a></th>
<td class="colLast">
<div class="block">Message content that is not supported by the client.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageVenue.html" title="class in it.ernytech.tdlib">TdApi.MessageVenue</a></th>
<td class="colLast">
<div class="block">A message with information about a venue.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageVideo.html" title="class in it.ernytech.tdlib">TdApi.MessageVideo</a></th>
<td class="colLast">
<div class="block">A video message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageVideoNote.html" title="class in it.ernytech.tdlib">TdApi.MessageVideoNote</a></th>
<td class="colLast">
<div class="block">A video note message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.MessageVoiceNote</a></th>
<td class="colLast">
<div class="block">A voice note message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.MessageWebsiteConnected.html" title="class in it.ernytech.tdlib">TdApi.MessageWebsiteConnected</a></th>
<td class="colLast">
<div class="block">The current user has connected a website by logging in using Telegram Login Widget on it.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkStatistics.html" title="class in it.ernytech.tdlib">TdApi.NetworkStatistics</a></th>
<td class="colLast">
<div class="block">A full list of available network statistic entries.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkStatisticsEntry.html" title="class in it.ernytech.tdlib">TdApi.NetworkStatisticsEntry</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkStatisticsEntryCall.html" title="class in it.ernytech.tdlib">TdApi.NetworkStatisticsEntryCall</a></th>
<td class="colLast">
<div class="block">Contains information about the total amount of data that was used for calls.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkStatisticsEntryFile.html" title="class in it.ernytech.tdlib">TdApi.NetworkStatisticsEntryFile</a></th>
<td class="colLast">
<div class="block">Contains information about the total amount of data that was used to send and receive files.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkType.html" title="class in it.ernytech.tdlib">TdApi.NetworkType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkTypeMobile.html" title="class in it.ernytech.tdlib">TdApi.NetworkTypeMobile</a></th>
<td class="colLast">
<div class="block">A mobile network.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkTypeMobileRoaming.html" title="class in it.ernytech.tdlib">TdApi.NetworkTypeMobileRoaming</a></th>
<td class="colLast">
<div class="block">A mobile roaming network.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkTypeNone.html" title="class in it.ernytech.tdlib">TdApi.NetworkTypeNone</a></th>
<td class="colLast">
<div class="block">The network is not available.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkTypeOther.html" title="class in it.ernytech.tdlib">TdApi.NetworkTypeOther</a></th>
<td class="colLast">
<div class="block">A different network type (e.g., Ethernet network).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NetworkTypeWiFi.html" title="class in it.ernytech.tdlib">TdApi.NetworkTypeWiFi</a></th>
<td class="colLast">
<div class="block">A Wi-Fi network.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettings.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettings</a></th>
<td class="colLast">
<div class="block">Contains information about notification settings for a chat or several chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettingsScope.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettingsScope</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettingsScopeAllChats.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettingsScopeAllChats</a></th>
<td class="colLast">
<div class="block">Notification settings applied to all chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettingsScopeBasicGroupChats.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettingsScopeBasicGroupChats</a></th>
<td class="colLast">
<div class="block">Notification settings applied to all basic groups and channels.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettingsScopeChat.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettingsScopeChat</a></th>
<td class="colLast">
<div class="block">Notification settings applied to a particular chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.NotificationSettingsScopePrivateChats.html" title="class in it.ernytech.tdlib">TdApi.NotificationSettingsScopePrivateChats</a></th>
<td class="colLast">
<div class="block">Notification settings applied to all private chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Object.html" title="class in it.ernytech.tdlib">TdApi.Object</a></th>
<td class="colLast">
<div class="block">This class is a base class for all TDLib interface classes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Ok.html" title="class in it.ernytech.tdlib">TdApi.Ok</a></th>
<td class="colLast">
<div class="block">An object of this type is returned on a successful function call for certain functions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OpenChat.html" title="class in it.ernytech.tdlib">TdApi.OpenChat</a></th>
<td class="colLast">
<div class="block">This method should be called if the chat is opened by the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OpenMessageContent.html" title="class in it.ernytech.tdlib">TdApi.OpenMessageContent</a></th>
<td class="colLast">
<div class="block">This method should be called if the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptimizeStorage.html" title="class in it.ernytech.tdlib">TdApi.OptimizeStorage</a></th>
<td class="colLast">
<div class="block">Optimizes storage usage, i.e. deletes some files and returns new storage usage statistics.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptionValue.html" title="class in it.ernytech.tdlib">TdApi.OptionValue</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptionValueBoolean.html" title="class in it.ernytech.tdlib">TdApi.OptionValueBoolean</a></th>
<td class="colLast">
<div class="block">Boolean option.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptionValueEmpty.html" title="class in it.ernytech.tdlib">TdApi.OptionValueEmpty</a></th>
<td class="colLast">
<div class="block">An unknown option or an option which has a default value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptionValueInteger.html" title="class in it.ernytech.tdlib">TdApi.OptionValueInteger</a></th>
<td class="colLast">
<div class="block">An integer option.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OptionValueString.html" title="class in it.ernytech.tdlib">TdApi.OptionValueString</a></th>
<td class="colLast">
<div class="block">A string option.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.OrderInfo.html" title="class in it.ernytech.tdlib">TdApi.OrderInfo</a></th>
<td class="colLast">
<div class="block">Order information.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlock.html" title="class in it.ernytech.tdlib">TdApi.PageBlock</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockAnchor.html" title="class in it.ernytech.tdlib">TdApi.PageBlockAnchor</a></th>
<td class="colLast">
<div class="block">An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockAnimation.html" title="class in it.ernytech.tdlib">TdApi.PageBlockAnimation</a></th>
<td class="colLast">
<div class="block">An animation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockAudio.html" title="class in it.ernytech.tdlib">TdApi.PageBlockAudio</a></th>
<td class="colLast">
<div class="block">An audio file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockAuthorDate.html" title="class in it.ernytech.tdlib">TdApi.PageBlockAuthorDate</a></th>
<td class="colLast">
<div class="block">The author and publishing date of a page.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockBlockQuote.html" title="class in it.ernytech.tdlib">TdApi.PageBlockBlockQuote</a></th>
<td class="colLast">
<div class="block">A block quote.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockChatLink.html" title="class in it.ernytech.tdlib">TdApi.PageBlockChatLink</a></th>
<td class="colLast">
<div class="block">A link to a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockCollage.html" title="class in it.ernytech.tdlib">TdApi.PageBlockCollage</a></th>
<td class="colLast">
<div class="block">A collage.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockCover.html" title="class in it.ernytech.tdlib">TdApi.PageBlockCover</a></th>
<td class="colLast">
<div class="block">A page cover.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockDivider.html" title="class in it.ernytech.tdlib">TdApi.PageBlockDivider</a></th>
<td class="colLast">
<div class="block">An empty block separating a page.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockEmbedded.html" title="class in it.ernytech.tdlib">TdApi.PageBlockEmbedded</a></th>
<td class="colLast">
<div class="block">An embedded web page.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockEmbeddedPost.html" title="class in it.ernytech.tdlib">TdApi.PageBlockEmbeddedPost</a></th>
<td class="colLast">
<div class="block">An embedded post.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockFooter.html" title="class in it.ernytech.tdlib">TdApi.PageBlockFooter</a></th>
<td class="colLast">
<div class="block">The footer of a page.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockHeader.html" title="class in it.ernytech.tdlib">TdApi.PageBlockHeader</a></th>
<td class="colLast">
<div class="block">A header.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockList.html" title="class in it.ernytech.tdlib">TdApi.PageBlockList</a></th>
<td class="colLast">
<div class="block">A list of texts.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockParagraph.html" title="class in it.ernytech.tdlib">TdApi.PageBlockParagraph</a></th>
<td class="colLast">
<div class="block">A text paragraph.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockPhoto.html" title="class in it.ernytech.tdlib">TdApi.PageBlockPhoto</a></th>
<td class="colLast">
<div class="block">A photo.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockPreformatted.html" title="class in it.ernytech.tdlib">TdApi.PageBlockPreformatted</a></th>
<td class="colLast">
<div class="block">A preformatted text paragraph.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockPullQuote.html" title="class in it.ernytech.tdlib">TdApi.PageBlockPullQuote</a></th>
<td class="colLast">
<div class="block">A pull quote.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockSlideshow.html" title="class in it.ernytech.tdlib">TdApi.PageBlockSlideshow</a></th>
<td class="colLast">
<div class="block">A slideshow.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockSubheader.html" title="class in it.ernytech.tdlib">TdApi.PageBlockSubheader</a></th>
<td class="colLast">
<div class="block">A subheader.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockSubtitle.html" title="class in it.ernytech.tdlib">TdApi.PageBlockSubtitle</a></th>
<td class="colLast">
<div class="block">The subtitle of a page.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockTitle.html" title="class in it.ernytech.tdlib">TdApi.PageBlockTitle</a></th>
<td class="colLast">
<div class="block">The title of a page.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PageBlockVideo.html" title="class in it.ernytech.tdlib">TdApi.PageBlockVideo</a></th>
<td class="colLast">
<div class="block">A video.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ParseTextEntities.html" title="class in it.ernytech.tdlib">TdApi.ParseTextEntities</a></th>
<td class="colLast">
<div class="block">Parses Bold, Italic, Code, Pre, PreCode and TextUrl entities contained in the text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PasswordRecoveryInfo.html" title="class in it.ernytech.tdlib">TdApi.PasswordRecoveryInfo</a></th>
<td class="colLast">
<div class="block">Contains information available to the user after requesting password recovery.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PasswordState.html" title="class in it.ernytech.tdlib">TdApi.PasswordState</a></th>
<td class="colLast">
<div class="block">Represents the current state of 2-step verification.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PaymentForm.html" title="class in it.ernytech.tdlib">TdApi.PaymentForm</a></th>
<td class="colLast">
<div class="block">Contains information about an invoice payment form.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PaymentReceipt.html" title="class in it.ernytech.tdlib">TdApi.PaymentReceipt</a></th>
<td class="colLast">
<div class="block">Contains information about a successful payment.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PaymentResult.html" title="class in it.ernytech.tdlib">TdApi.PaymentResult</a></th>
<td class="colLast">
<div class="block">Contains the result of a payment request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PaymentsProviderStripe.html" title="class in it.ernytech.tdlib">TdApi.PaymentsProviderStripe</a></th>
<td class="colLast">
<div class="block">Stripe payment provider.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Photo.html" title="class in it.ernytech.tdlib">TdApi.Photo</a></th>
<td class="colLast">
<div class="block">Describes a photo.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PhotoSize.html" title="class in it.ernytech.tdlib">TdApi.PhotoSize</a></th>
<td class="colLast">
<div class="block">Photo description.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PinSupergroupMessage.html" title="class in it.ernytech.tdlib">TdApi.PinSupergroupMessage</a></th>
<td class="colLast">
<div class="block">Pins a message in a supergroup or channel; requires appropriate administrator rights in the supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ProcessDcUpdate.html" title="class in it.ernytech.tdlib">TdApi.ProcessDcUpdate</a></th>
<td class="colLast">
<div class="block">Handles a DCUPDATE push service notification.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ProfilePhoto.html" title="class in it.ernytech.tdlib">TdApi.ProfilePhoto</a></th>
<td class="colLast">
<div class="block">Describes a user profile photo.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Proxy.html" title="class in it.ernytech.tdlib">TdApi.Proxy</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ProxyEmpty.html" title="class in it.ernytech.tdlib">TdApi.ProxyEmpty</a></th>
<td class="colLast">
<div class="block">An empty proxy server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ProxySocks5.html" title="class in it.ernytech.tdlib">TdApi.ProxySocks5</a></th>
<td class="colLast">
<div class="block">A SOCKS5 proxy server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.PublicMessageLink.html" title="class in it.ernytech.tdlib">TdApi.PublicMessageLink</a></th>
<td class="colLast">
<div class="block">Contains a public HTTPS link to a message in a public supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReadAllChatMentions.html" title="class in it.ernytech.tdlib">TdApi.ReadAllChatMentions</a></th>
<td class="colLast">
<div class="block">Marks all mentions in a chat as read.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RecoverAuthenticationPassword.html" title="class in it.ernytech.tdlib">TdApi.RecoverAuthenticationPassword</a></th>
<td class="colLast">
<div class="block">Recovers the password with a password recovery code sent to an email address that was previously set up.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RecoverPassword.html" title="class in it.ernytech.tdlib">TdApi.RecoverPassword</a></th>
<td class="colLast">
<div class="block">Recovers the password using a recovery code sent to an email address that was previously set up.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RecoveryEmailAddress.html" title="class in it.ernytech.tdlib">TdApi.RecoveryEmailAddress</a></th>
<td class="colLast">
<div class="block">Contains information about the current recovery email address.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RegisterDevice.html" title="class in it.ernytech.tdlib">TdApi.RegisterDevice</a></th>
<td class="colLast">
<div class="block">Registers the currently used device for receiving push notifications.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoteFile.html" title="class in it.ernytech.tdlib">TdApi.RemoteFile</a></th>
<td class="colLast">
<div class="block">Represents a remote file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveContacts.html" title="class in it.ernytech.tdlib">TdApi.RemoveContacts</a></th>
<td class="colLast">
<div class="block">Removes users from the contacts list.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveFavoriteSticker.html" title="class in it.ernytech.tdlib">TdApi.RemoveFavoriteSticker</a></th>
<td class="colLast">
<div class="block">Removes a sticker from the list of favorite stickers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveRecentHashtag.html" title="class in it.ernytech.tdlib">TdApi.RemoveRecentHashtag</a></th>
<td class="colLast">
<div class="block">Removes a hashtag from the list of recently used hashtags.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveRecentlyFoundChat.html" title="class in it.ernytech.tdlib">TdApi.RemoveRecentlyFoundChat</a></th>
<td class="colLast">
<div class="block">Removes a chat from the list of recently found chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveRecentSticker.html" title="class in it.ernytech.tdlib">TdApi.RemoveRecentSticker</a></th>
<td class="colLast">
<div class="block">Removes a sticker from the list of recently used stickers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveSavedAnimation.html" title="class in it.ernytech.tdlib">TdApi.RemoveSavedAnimation</a></th>
<td class="colLast">
<div class="block">Removes an animation from the list of saved animations.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveStickerFromSet.html" title="class in it.ernytech.tdlib">TdApi.RemoveStickerFromSet</a></th>
<td class="colLast">
<div class="block">Removes a sticker from the set to which it belongs; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RemoveTopChat.html" title="class in it.ernytech.tdlib">TdApi.RemoveTopChat</a></th>
<td class="colLast">
<div class="block">Removes a chat from the list of frequently used chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReorderInstalledStickerSets.html" title="class in it.ernytech.tdlib">TdApi.ReorderInstalledStickerSets</a></th>
<td class="colLast">
<div class="block">Changes the order of installed sticker sets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReplyMarkup.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkup</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReplyMarkupForceReply.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkupForceReply</a></th>
<td class="colLast">
<div class="block">Instructs clients to force a reply to this message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReplyMarkupInlineKeyboard.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkupInlineKeyboard</a></th>
<td class="colLast">
<div class="block">Contains an inline keyboard layout.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReplyMarkupRemoveKeyboard.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkupRemoveKeyboard</a></th>
<td class="colLast">
<div class="block">Instructs clients to remove the keyboard once this message has been received.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReplyMarkupShowKeyboard.html" title="class in it.ernytech.tdlib">TdApi.ReplyMarkupShowKeyboard</a></th>
<td class="colLast">
<div class="block">Contains a custom keyboard layout to quickly reply to bots.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReportChat.html" title="class in it.ernytech.tdlib">TdApi.ReportChat</a></th>
<td class="colLast">
<div class="block">Reports a chat to the Telegram moderators.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ReportSupergroupSpam.html" title="class in it.ernytech.tdlib">TdApi.ReportSupergroupSpam</a></th>
<td class="colLast">
<div class="block">Reports some messages from a user in a supergroup as spam.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RequestAuthenticationPasswordRecovery.html" title="class in it.ernytech.tdlib">TdApi.RequestAuthenticationPasswordRecovery</a></th>
<td class="colLast">
<div class="block">Requests to send a password recovery code to an email address that was previously set up.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RequestPasswordRecovery.html" title="class in it.ernytech.tdlib">TdApi.RequestPasswordRecovery</a></th>
<td class="colLast">
<div class="block">Requests to send a password recovery code to an email address that was previously set up.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ResendAuthenticationCode.html" title="class in it.ernytech.tdlib">TdApi.ResendAuthenticationCode</a></th>
<td class="colLast">
<div class="block">Re-sends an authentication code to the user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ResendChangePhoneNumberCode.html" title="class in it.ernytech.tdlib">TdApi.ResendChangePhoneNumberCode</a></th>
<td class="colLast">
<div class="block">Re-sends the authentication code sent to confirm a new phone number for the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ResetAllNotificationSettings.html" title="class in it.ernytech.tdlib">TdApi.ResetAllNotificationSettings</a></th>
<td class="colLast">
<div class="block">Resets all notification settings to their default values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ResetNetworkStatistics.html" title="class in it.ernytech.tdlib">TdApi.ResetNetworkStatistics</a></th>
<td class="colLast">
<div class="block">Resets all network data usage statistics to zero.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichText.html" title="class in it.ernytech.tdlib">TdApi.RichText</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextBold.html" title="class in it.ernytech.tdlib">TdApi.RichTextBold</a></th>
<td class="colLast">
<div class="block">A bold rich text.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextEmailAddress.html" title="class in it.ernytech.tdlib">TdApi.RichTextEmailAddress</a></th>
<td class="colLast">
<div class="block">A rich text email link.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextFixed.html" title="class in it.ernytech.tdlib">TdApi.RichTextFixed</a></th>
<td class="colLast">
<div class="block">A fixed-width rich text.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextItalic.html" title="class in it.ernytech.tdlib">TdApi.RichTextItalic</a></th>
<td class="colLast">
<div class="block">An italicized rich text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextPlain.html" title="class in it.ernytech.tdlib">TdApi.RichTextPlain</a></th>
<td class="colLast">
<div class="block">A plain text.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTexts.html" title="class in it.ernytech.tdlib">TdApi.RichTexts</a></th>
<td class="colLast">
<div class="block">A concatenation of rich texts.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextStrikethrough.html" title="class in it.ernytech.tdlib">TdApi.RichTextStrikethrough</a></th>
<td class="colLast">
<div class="block">A strike-through rich text.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextUnderline.html" title="class in it.ernytech.tdlib">TdApi.RichTextUnderline</a></th>
<td class="colLast">
<div class="block">An underlined rich text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.RichTextUrl.html" title="class in it.ernytech.tdlib">TdApi.RichTextUrl</a></th>
<td class="colLast">
<div class="block">A rich text URL link.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SavedCredentials.html" title="class in it.ernytech.tdlib">TdApi.SavedCredentials</a></th>
<td class="colLast">
<div class="block">Contains information about saved card credentials.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchCallMessages.html" title="class in it.ernytech.tdlib">TdApi.SearchCallMessages</a></th>
<td class="colLast">
<div class="block">Searches for call messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchChatMembers.html" title="class in it.ernytech.tdlib">TdApi.SearchChatMembers</a></th>
<td class="colLast">
<div class="block">Searches for a specified query in the first name, last name and username of the members of a specified chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchChatMessages.html" title="class in it.ernytech.tdlib">TdApi.SearchChatMessages</a></th>
<td class="colLast">
<div class="block">Searches for messages with given words in the chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchChatRecentLocationMessages.html" title="class in it.ernytech.tdlib">TdApi.SearchChatRecentLocationMessages</a></th>
<td class="colLast">
<div class="block">Returns information about the recent locations of chat members that were sent to the chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchChats.html" title="class in it.ernytech.tdlib">TdApi.SearchChats</a></th>
<td class="colLast">
<div class="block">Searches for the specified query in the title and username of already known chats, this is an offline request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchChatsOnServer.html" title="class in it.ernytech.tdlib">TdApi.SearchChatsOnServer</a></th>
<td class="colLast">
<div class="block">Searches for the specified query in the title and username of already known chats via request to the server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchContacts.html" title="class in it.ernytech.tdlib">TdApi.SearchContacts</a></th>
<td class="colLast">
<div class="block">Searches for the specified query in the first names, last names and usernames of the known user contacts.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchHashtags.html" title="class in it.ernytech.tdlib">TdApi.SearchHashtags</a></th>
<td class="colLast">
<div class="block">Searches for recently used hashtags by their prefix.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchInstalledStickerSets.html" title="class in it.ernytech.tdlib">TdApi.SearchInstalledStickerSets</a></th>
<td class="colLast">
<div class="block">Searches for installed sticker sets by looking for specified query in their title and name.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessages.html" title="class in it.ernytech.tdlib">TdApi.SearchMessages</a></th>
<td class="colLast">
<div class="block">Searches for messages in all chats except secret chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilter.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilter</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterAnimation.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterAnimation</a></th>
<td class="colLast">
<div class="block">Returns only animation messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterAudio.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterAudio</a></th>
<td class="colLast">
<div class="block">Returns only audio messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterCall.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterCall</a></th>
<td class="colLast">
<div class="block">Returns only call messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterChatPhoto.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterChatPhoto</a></th>
<td class="colLast">
<div class="block">Returns only messages containing chat photos.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterDocument.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterDocument</a></th>
<td class="colLast">
<div class="block">Returns only document messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterEmpty.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterEmpty</a></th>
<td class="colLast">
<div class="block">Returns all found messages, no filter is applied.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterMention.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterMention</a></th>
<td class="colLast">
<div class="block">Returns only messages with mentions of the current user, or messages that are replies to their messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterMissedCall.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterMissedCall</a></th>
<td class="colLast">
<div class="block">Returns only incoming call messages with missed/declined discard reasons.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterPhoto.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterPhoto</a></th>
<td class="colLast">
<div class="block">Returns only photo messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterPhotoAndVideo.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterPhotoAndVideo</a></th>
<td class="colLast">
<div class="block">Returns only photo and video messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterUnreadMention.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterUnreadMention</a></th>
<td class="colLast">
<div class="block">Returns only messages with unread mentions of the current user or messages that are replies to their messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterUrl.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterUrl</a></th>
<td class="colLast">
<div class="block">Returns only messages containing URLs.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterVideo.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterVideo</a></th>
<td class="colLast">
<div class="block">Returns only video messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterVideoNote.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterVideoNote</a></th>
<td class="colLast">
<div class="block">Returns only video note messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceAndVideoNote.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterVoiceAndVideoNote</a></th>
<td class="colLast">
<div class="block">Returns only voice and video note messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchMessagesFilterVoiceNote.html" title="class in it.ernytech.tdlib">TdApi.SearchMessagesFilterVoiceNote</a></th>
<td class="colLast">
<div class="block">Returns only voice note messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchPublicChat.html" title="class in it.ernytech.tdlib">TdApi.SearchPublicChat</a></th>
<td class="colLast">
<div class="block">Searches a public chat by its username.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchPublicChats.html" title="class in it.ernytech.tdlib">TdApi.SearchPublicChats</a></th>
<td class="colLast">
<div class="block">Searches public chats by looking for specified query in their username and title.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchSecretMessages.html" title="class in it.ernytech.tdlib">TdApi.SearchSecretMessages</a></th>
<td class="colLast">
<div class="block">Searches for messages in secret chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchStickers.html" title="class in it.ernytech.tdlib">TdApi.SearchStickers</a></th>
<td class="colLast">
<div class="block">Searches for stickers from public sticker sets that correspond to a given emoji.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchStickerSet.html" title="class in it.ernytech.tdlib">TdApi.SearchStickerSet</a></th>
<td class="colLast">
<div class="block">Searches for a sticker set by its name.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SearchStickerSets.html" title="class in it.ernytech.tdlib">TdApi.SearchStickerSets</a></th>
<td class="colLast">
<div class="block">Searches for ordinary sticker sets by looking for specified query in their title and name.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SecretChat.html" title="class in it.ernytech.tdlib">TdApi.SecretChat</a></th>
<td class="colLast">
<div class="block">Represents a secret chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SecretChatState.html" title="class in it.ernytech.tdlib">TdApi.SecretChatState</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SecretChatStateClosed.html" title="class in it.ernytech.tdlib">TdApi.SecretChatStateClosed</a></th>
<td class="colLast">
<div class="block">The secret chat is closed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SecretChatStatePending.html" title="class in it.ernytech.tdlib">TdApi.SecretChatStatePending</a></th>
<td class="colLast">
<div class="block">The secret chat is not yet created; waiting for the other user to get online.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SecretChatStateReady.html" title="class in it.ernytech.tdlib">TdApi.SecretChatStateReady</a></th>
<td class="colLast">
<div class="block">The secret chat is ready to use.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendBotStartMessage.html" title="class in it.ernytech.tdlib">TdApi.SendBotStartMessage</a></th>
<td class="colLast">
<div class="block">Invites a bot to a chat (if it is not yet a member) and sends it the /start command.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendCallDebugInformation.html" title="class in it.ernytech.tdlib">TdApi.SendCallDebugInformation</a></th>
<td class="colLast">
<div class="block">Sends debug information for a call.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendCallRating.html" title="class in it.ernytech.tdlib">TdApi.SendCallRating</a></th>
<td class="colLast">
<div class="block">Sends a call rating.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendChatAction.html" title="class in it.ernytech.tdlib">TdApi.SendChatAction</a></th>
<td class="colLast">
<div class="block">Sends a notification about user activity in a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendChatScreenshotTakenNotification.html" title="class in it.ernytech.tdlib">TdApi.SendChatScreenshotTakenNotification</a></th>
<td class="colLast">
<div class="block">Sends a notification about a screenshot taken in a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendChatSetTtlMessage.html" title="class in it.ernytech.tdlib">TdApi.SendChatSetTtlMessage</a></th>
<td class="colLast">
<div class="block">Changes the current TTL setting (sets a new self-destruct timer) in a secret chat and sends the corresponding message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendCustomRequest.html" title="class in it.ernytech.tdlib">TdApi.SendCustomRequest</a></th>
<td class="colLast">
<div class="block">Sends a custom request; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendInlineQueryResultMessage.html" title="class in it.ernytech.tdlib">TdApi.SendInlineQueryResultMessage</a></th>
<td class="colLast">
<div class="block">Sends the result of an inline query as a message.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendMessage.html" title="class in it.ernytech.tdlib">TdApi.SendMessage</a></th>
<td class="colLast">
<div class="block">Sends a message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendMessageAlbum.html" title="class in it.ernytech.tdlib">TdApi.SendMessageAlbum</a></th>
<td class="colLast">
<div class="block">Sends messages grouped together into an album.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SendPaymentForm.html" title="class in it.ernytech.tdlib">TdApi.SendPaymentForm</a></th>
<td class="colLast">
<div class="block">Sends a filled-out payment form to the bot for final verification.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Session.html" title="class in it.ernytech.tdlib">TdApi.Session</a></th>
<td class="colLast">
<div class="block">Contains information about one session in a Telegram application used by the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Sessions.html" title="class in it.ernytech.tdlib">TdApi.Sessions</a></th>
<td class="colLast">
<div class="block">Contains a list of sessions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetAccountTtl.html" title="class in it.ernytech.tdlib">TdApi.SetAccountTtl</a></th>
<td class="colLast">
<div class="block">Changes the period of inactivity after which the account of the current user will automatically be deleted.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetAlarm.html" title="class in it.ernytech.tdlib">TdApi.SetAlarm</a></th>
<td class="colLast">
<div class="block">Succeeds after a specified amount of time has passed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetAuthenticationPhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.SetAuthenticationPhoneNumber</a></th>
<td class="colLast">
<div class="block">Sets the phone number of the user and sends an authentication code to the user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetBio.html" title="class in it.ernytech.tdlib">TdApi.SetBio</a></th>
<td class="colLast">
<div class="block">Changes the bio of the current user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetBotUpdatesStatus.html" title="class in it.ernytech.tdlib">TdApi.SetBotUpdatesStatus</a></th>
<td class="colLast">
<div class="block">Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetChatClientData.html" title="class in it.ernytech.tdlib">TdApi.SetChatClientData</a></th>
<td class="colLast">
<div class="block">Changes client data associated with a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetChatDraftMessage.html" title="class in it.ernytech.tdlib">TdApi.SetChatDraftMessage</a></th>
<td class="colLast">
<div class="block">Changes the draft message in a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetChatMemberStatus.html" title="class in it.ernytech.tdlib">TdApi.SetChatMemberStatus</a></th>
<td class="colLast">
<div class="block">Changes the status of a chat member, needs appropriate privileges.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetChatPhoto.html" title="class in it.ernytech.tdlib">TdApi.SetChatPhoto</a></th>
<td class="colLast">
<div class="block">Changes the photo of a chat.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetChatTitle.html" title="class in it.ernytech.tdlib">TdApi.SetChatTitle</a></th>
<td class="colLast">
<div class="block">Changes the chat title.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetDatabaseEncryptionKey.html" title="class in it.ernytech.tdlib">TdApi.SetDatabaseEncryptionKey</a></th>
<td class="colLast">
<div class="block">Changes the database encryption key.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetFileGenerationProgress.html" title="class in it.ernytech.tdlib">TdApi.SetFileGenerationProgress</a></th>
<td class="colLast">
<div class="block">The next part of a file was generated.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetGameScore.html" title="class in it.ernytech.tdlib">TdApi.SetGameScore</a></th>
<td class="colLast">
<div class="block">Updates the game score of the specified user in the game; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetInlineGameScore.html" title="class in it.ernytech.tdlib">TdApi.SetInlineGameScore</a></th>
<td class="colLast">
<div class="block">Updates the game score of the specified user in a game; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetName.html" title="class in it.ernytech.tdlib">TdApi.SetName</a></th>
<td class="colLast">
<div class="block">Changes the first and last name of the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetNetworkType.html" title="class in it.ernytech.tdlib">TdApi.SetNetworkType</a></th>
<td class="colLast">
<div class="block">Sets the current network type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetNotificationSettings.html" title="class in it.ernytech.tdlib">TdApi.SetNotificationSettings</a></th>
<td class="colLast">
<div class="block">Changes notification settings for a given scope.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetOption.html" title="class in it.ernytech.tdlib">TdApi.SetOption</a></th>
<td class="colLast">
<div class="block">Sets the value of an option.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetPassword.html" title="class in it.ernytech.tdlib">TdApi.SetPassword</a></th>
<td class="colLast">
<div class="block">Changes the password for the user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetPinnedChats.html" title="class in it.ernytech.tdlib">TdApi.SetPinnedChats</a></th>
<td class="colLast">
<div class="block">Changes the order of pinned chats.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetProfilePhoto.html" title="class in it.ernytech.tdlib">TdApi.SetProfilePhoto</a></th>
<td class="colLast">
<div class="block">Uploads a new profile photo for the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetProxy.html" title="class in it.ernytech.tdlib">TdApi.SetProxy</a></th>
<td class="colLast">
<div class="block">Sets the proxy server for network requests.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetRecoveryEmailAddress.html" title="class in it.ernytech.tdlib">TdApi.SetRecoveryEmailAddress</a></th>
<td class="colLast">
<div class="block">Changes the recovery email address of the user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetStickerPositionInSet.html" title="class in it.ernytech.tdlib">TdApi.SetStickerPositionInSet</a></th>
<td class="colLast">
<div class="block">Changes the position of a sticker in the set to which it belongs; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetSupergroupDescription.html" title="class in it.ernytech.tdlib">TdApi.SetSupergroupDescription</a></th>
<td class="colLast">
<div class="block">Changes information about a supergroup or channel; requires appropriate administrator rights.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetSupergroupStickerSet.html" title="class in it.ernytech.tdlib">TdApi.SetSupergroupStickerSet</a></th>
<td class="colLast">
<div class="block">Changes the sticker set of a supergroup; requires appropriate rights in the supergroup.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetSupergroupUsername.html" title="class in it.ernytech.tdlib">TdApi.SetSupergroupUsername</a></th>
<td class="colLast">
<div class="block">Changes the username of a supergroup or channel, requires creator privileges in the supergroup or channel.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetTdlibParameters.html" title="class in it.ernytech.tdlib">TdApi.SetTdlibParameters</a></th>
<td class="colLast">
<div class="block">Sets the parameters for TDLib initialization.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetUsername.html" title="class in it.ernytech.tdlib">TdApi.SetUsername</a></th>
<td class="colLast">
<div class="block">Changes the username of the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SetUserPrivacySettingRules.html" title="class in it.ernytech.tdlib">TdApi.SetUserPrivacySettingRules</a></th>
<td class="colLast">
<div class="block">Changes user privacy settings.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ShippingAddress.html" title="class in it.ernytech.tdlib">TdApi.ShippingAddress</a></th>
<td class="colLast">
<div class="block">Describes a shipping address.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ShippingOption.html" title="class in it.ernytech.tdlib">TdApi.ShippingOption</a></th>
<td class="colLast">
<div class="block">One shipping option.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Sticker.html" title="class in it.ernytech.tdlib">TdApi.Sticker</a></th>
<td class="colLast">
<div class="block">Describes a sticker.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StickerEmojis.html" title="class in it.ernytech.tdlib">TdApi.StickerEmojis</a></th>
<td class="colLast">
<div class="block">Represents a list of all emoji corresponding to a sticker in a sticker set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Stickers.html" title="class in it.ernytech.tdlib">TdApi.Stickers</a></th>
<td class="colLast">
<div class="block">Represents a list of stickers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StickerSet.html" title="class in it.ernytech.tdlib">TdApi.StickerSet</a></th>
<td class="colLast">
<div class="block">Represents a sticker set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StickerSetInfo.html" title="class in it.ernytech.tdlib">TdApi.StickerSetInfo</a></th>
<td class="colLast">
<div class="block">Represents short information about a sticker set.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StickerSets.html" title="class in it.ernytech.tdlib">TdApi.StickerSets</a></th>
<td class="colLast">
<div class="block">Represents a list of sticker sets.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StorageStatistics.html" title="class in it.ernytech.tdlib">TdApi.StorageStatistics</a></th>
<td class="colLast">
<div class="block">Contains the exact storage usage statistics split by chats and file type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StorageStatisticsByChat.html" title="class in it.ernytech.tdlib">TdApi.StorageStatisticsByChat</a></th>
<td class="colLast">
<div class="block">Contains the storage usage statistics for a specific chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StorageStatisticsByFileType.html" title="class in it.ernytech.tdlib">TdApi.StorageStatisticsByFileType</a></th>
<td class="colLast">
<div class="block">Contains the storage usage statistics for a specific file type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.StorageStatisticsFast.html" title="class in it.ernytech.tdlib">TdApi.StorageStatisticsFast</a></th>
<td class="colLast">
<div class="block">Contains approximate storage usage statistics, excluding files of unknown file type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Supergroup.html" title="class in it.ernytech.tdlib">TdApi.Supergroup</a></th>
<td class="colLast">
<div class="block">Represents a supergroup or channel with zero or more members (subscribers in the case of channels).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.SupergroupFullInfo</a></th>
<td class="colLast">
<div class="block">Contains full information about a supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilter.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilter</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterAdministrators.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterAdministrators</a></th>
<td class="colLast">
<div class="block">Returns the creator and administrators.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterBanned.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterBanned</a></th>
<td class="colLast">
<div class="block">Returns users banned from the supergroup or channel; can be used only by administrators.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterBots.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterBots</a></th>
<td class="colLast">
<div class="block">Returns bot members of the supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterRecent.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterRecent</a></th>
<td class="colLast">
<div class="block">Returns recently active users in reverse chronological order.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterRestricted.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterRestricted</a></th>
<td class="colLast">
<div class="block">Returns restricted supergroup members; can be used only by administrators.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.SupergroupMembersFilterSearch.html" title="class in it.ernytech.tdlib">TdApi.SupergroupMembersFilterSearch</a></th>
<td class="colLast">
<div class="block">Used to search for supergroup or channel members via a (string) query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TdlibParameters.html" title="class in it.ernytech.tdlib">TdApi.TdlibParameters</a></th>
<td class="colLast">
<div class="block">Contains parameters for TDLib initialization.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TemporaryPasswordState.html" title="class in it.ernytech.tdlib">TdApi.TemporaryPasswordState</a></th>
<td class="colLast">
<div class="block">Returns information about the availability of a temporary password, which can be used for payments.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TerminateAllOtherSessions.html" title="class in it.ernytech.tdlib">TdApi.TerminateAllOtherSessions</a></th>
<td class="colLast">
<div class="block">Terminates all other sessions of the current user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TerminateSession.html" title="class in it.ernytech.tdlib">TdApi.TerminateSession</a></th>
<td class="colLast">
<div class="block">Terminates a session of the current user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestBytes.html" title="class in it.ernytech.tdlib">TdApi.TestBytes</a></th>
<td class="colLast">
<div class="block">A simple object containing a sequence of bytes; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallBytes.html" title="class in it.ernytech.tdlib">TdApi.TestCallBytes</a></th>
<td class="colLast">
<div class="block">Returns the received bytes; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallEmpty.html" title="class in it.ernytech.tdlib">TdApi.TestCallEmpty</a></th>
<td class="colLast">
<div class="block">Does nothing; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallString.html" title="class in it.ernytech.tdlib">TdApi.TestCallString</a></th>
<td class="colLast">
<div class="block">Returns the received string; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallVectorInt.html" title="class in it.ernytech.tdlib">TdApi.TestCallVectorInt</a></th>
<td class="colLast">
<div class="block">Returns the received vector of numbers; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallVectorIntObject.html" title="class in it.ernytech.tdlib">TdApi.TestCallVectorIntObject</a></th>
<td class="colLast">
<div class="block">Returns the received vector of objects containing a number; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallVectorString.html" title="class in it.ernytech.tdlib">TdApi.TestCallVectorString</a></th>
<td class="colLast">
<div class="block">For testing only request.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestCallVectorStringObject.html" title="class in it.ernytech.tdlib">TdApi.TestCallVectorStringObject</a></th>
<td class="colLast">
<div class="block">Returns the received vector of objects containing a string; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestGetDifference.html" title="class in it.ernytech.tdlib">TdApi.TestGetDifference</a></th>
<td class="colLast">
<div class="block">Forces an updates.getDifference call to the Telegram servers; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestInt.html" title="class in it.ernytech.tdlib">TdApi.TestInt</a></th>
<td class="colLast">
<div class="block">A simple object containing a number; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestNetwork.html" title="class in it.ernytech.tdlib">TdApi.TestNetwork</a></th>
<td class="colLast">
<div class="block">Sends a simple network request to the Telegram servers; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestSquareInt.html" title="class in it.ernytech.tdlib">TdApi.TestSquareInt</a></th>
<td class="colLast">
<div class="block">Returns the squared received number; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestString.html" title="class in it.ernytech.tdlib">TdApi.TestString</a></th>
<td class="colLast">
<div class="block">A simple object containing a string; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestUseError.html" title="class in it.ernytech.tdlib">TdApi.TestUseError</a></th>
<td class="colLast">
<div class="block">Does nothing and ensures that the Error object is used; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestUseUpdate.html" title="class in it.ernytech.tdlib">TdApi.TestUseUpdate</a></th>
<td class="colLast">
<div class="block">Does nothing and ensures that the Update object is used; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestVectorInt.html" title="class in it.ernytech.tdlib">TdApi.TestVectorInt</a></th>
<td class="colLast">
<div class="block">A simple object containing a vector of numbers; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestVectorIntObject.html" title="class in it.ernytech.tdlib">TdApi.TestVectorIntObject</a></th>
<td class="colLast">
<div class="block">A simple object containing a vector of objects that hold a number; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestVectorString.html" title="class in it.ernytech.tdlib">TdApi.TestVectorString</a></th>
<td class="colLast">
<div class="block">A simple object containing a vector of strings; for testing only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TestVectorStringObject.html" title="class in it.ernytech.tdlib">TdApi.TestVectorStringObject</a></th>
<td class="colLast">
<div class="block">A simple object containing a vector of objects that hold a string; for testing only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Text.html" title="class in it.ernytech.tdlib">TdApi.Text</a></th>
<td class="colLast">
<div class="block">Contains some text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntities.html" title="class in it.ernytech.tdlib">TdApi.TextEntities</a></th>
<td class="colLast">
<div class="block">Contains a list of text entities.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntity.html" title="class in it.ernytech.tdlib">TdApi.TextEntity</a></th>
<td class="colLast">
<div class="block">Represents a part of the text that needs to be formatted in some unusual way.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityType.html" title="class in it.ernytech.tdlib">TdApi.TextEntityType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeBold.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeBold</a></th>
<td class="colLast">
<div class="block">A bold text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeBotCommand.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeBotCommand</a></th>
<td class="colLast">
<div class="block">A bot command, beginning with &quot;/&quot;.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeCashtag.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeCashtag</a></th>
<td class="colLast">
<div class="block">A cashtag text, beginning with &quot;$&quot; and consisting of capital english letters (i.e.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeCode.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeCode</a></th>
<td class="colLast">
<div class="block">Text that must be formatted as if inside a code HTML tag.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeEmailAddress.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeEmailAddress</a></th>
<td class="colLast">
<div class="block">An email address.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeHashtag.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeHashtag</a></th>
<td class="colLast">
<div class="block">A hashtag text, beginning with &quot;#&quot;.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeItalic.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeItalic</a></th>
<td class="colLast">
<div class="block">An italic text.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeMention.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeMention</a></th>
<td class="colLast">
<div class="block">A mention of a user by their username.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeMentionName.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeMentionName</a></th>
<td class="colLast">
<div class="block">A text shows instead of a raw mention of the user (e.g., when the user has no username).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypePhoneNumber.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypePhoneNumber</a></th>
<td class="colLast">
<div class="block">A phone number.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypePre.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypePre</a></th>
<td class="colLast">
<div class="block">Text that must be formatted as if inside a pre HTML tag.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypePreCode.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypePreCode</a></th>
<td class="colLast">
<div class="block">Text that must be formatted as if inside pre, and code HTML tags.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeTextUrl.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeTextUrl</a></th>
<td class="colLast">
<div class="block">A text description shown instead of a raw URL.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextEntityTypeUrl.html" title="class in it.ernytech.tdlib">TdApi.TextEntityTypeUrl</a></th>
<td class="colLast">
<div class="block">An HTTP URL.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextParseMode.html" title="class in it.ernytech.tdlib">TdApi.TextParseMode</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextParseModeHTML.html" title="class in it.ernytech.tdlib">TdApi.TextParseModeHTML</a></th>
<td class="colLast">
<div class="block">The text should be parsed in HTML-style.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TextParseModeMarkdown.html" title="class in it.ernytech.tdlib">TdApi.TextParseModeMarkdown</a></th>
<td class="colLast">
<div class="block">The text should be parsed in markdown-style.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrl.html" title="class in it.ernytech.tdlib">TdApi.TMeUrl</a></th>
<td class="colLast">
<div class="block">Represents a URL linking to an internal Telegram entity.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrls.html" title="class in it.ernytech.tdlib">TdApi.TMeUrls</a></th>
<td class="colLast">
<div class="block">Contains a list of t.me URLs.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrlType.html" title="class in it.ernytech.tdlib">TdApi.TMeUrlType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrlTypeChatInvite.html" title="class in it.ernytech.tdlib">TdApi.TMeUrlTypeChatInvite</a></th>
<td class="colLast">
<div class="block">A chat invite link.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrlTypeStickerSet.html" title="class in it.ernytech.tdlib">TdApi.TMeUrlTypeStickerSet</a></th>
<td class="colLast">
<div class="block">A URL linking to a sticker set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrlTypeSupergroup.html" title="class in it.ernytech.tdlib">TdApi.TMeUrlTypeSupergroup</a></th>
<td class="colLast">
<div class="block">A URL linking to a public supergroup or channel.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TMeUrlTypeUser.html" title="class in it.ernytech.tdlib">TdApi.TMeUrlTypeUser</a></th>
<td class="colLast">
<div class="block">A URL linking to a user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ToggleBasicGroupAdministrators.html" title="class in it.ernytech.tdlib">TdApi.ToggleBasicGroupAdministrators</a></th>
<td class="colLast">
<div class="block">Toggles the &quot;All members are admins&quot; setting in basic groups; requires creator privileges in the group.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ToggleChatIsPinned.html" title="class in it.ernytech.tdlib">TdApi.ToggleChatIsPinned</a></th>
<td class="colLast">
<div class="block">Changes the pinned state of a chat.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ToggleSupergroupInvites.html" title="class in it.ernytech.tdlib">TdApi.ToggleSupergroupInvites</a></th>
<td class="colLast">
<div class="block">Toggles whether all members of a supergroup can add new members; requires appropriate administrator rights in the supergroup.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ToggleSupergroupIsAllHistoryAvailable.html" title="class in it.ernytech.tdlib">TdApi.ToggleSupergroupIsAllHistoryAvailable</a></th>
<td class="colLast">
<div class="block">Toggles whether the message history of a supergroup is available to new members; requires appropriate administrator rights in the supergroup.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ToggleSupergroupSignMessages.html" title="class in it.ernytech.tdlib">TdApi.ToggleSupergroupSignMessages</a></th>
<td class="colLast">
<div class="block">Toggles sender signatures messages sent in a channel; requires appropriate administrator rights in the channel.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategory.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategory</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryBots.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryBots</a></th>
<td class="colLast">
<div class="block">A category containing frequently used private chats with bot users.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryCalls.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryCalls</a></th>
<td class="colLast">
<div class="block">A category containing frequently used chats used for calls.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryChannels.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryChannels</a></th>
<td class="colLast">
<div class="block">A category containing frequently used channels.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryGroups.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryGroups</a></th>
<td class="colLast">
<div class="block">A category containing frequently used basic groups and supergroups.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryInlineBots.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryInlineBots</a></th>
<td class="colLast">
<div class="block">A category containing frequently used chats with inline bots sorted by their usage in inline mode.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.TopChatCategoryUsers.html" title="class in it.ernytech.tdlib">TdApi.TopChatCategoryUsers</a></th>
<td class="colLast">
<div class="block">A category containing frequently used private chats with non-bot users.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UnblockUser.html" title="class in it.ernytech.tdlib">TdApi.UnblockUser</a></th>
<td class="colLast">
<div class="block">Removes a user from the blacklist.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UnpinSupergroupMessage.html" title="class in it.ernytech.tdlib">TdApi.UnpinSupergroupMessage</a></th>
<td class="colLast">
<div class="block">Removes the pinned message from a supergroup or channel; requires appropriate administrator rights in the supergroup or channel.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Update.html" title="class in it.ernytech.tdlib">TdApi.Update</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateAuthorizationState.html" title="class in it.ernytech.tdlib">TdApi.UpdateAuthorizationState</a></th>
<td class="colLast">
<div class="block">The user authorization state has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateBasicGroup.html" title="class in it.ernytech.tdlib">TdApi.UpdateBasicGroup</a></th>
<td class="colLast">
<div class="block">Some data of a basic group has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateBasicGroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.UpdateBasicGroupFullInfo</a></th>
<td class="colLast">
<div class="block">Some data from basicGroupFullInfo has been changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateCall.html" title="class in it.ernytech.tdlib">TdApi.UpdateCall</a></th>
<td class="colLast">
<div class="block">New call was created or information about a call was updated.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatDraftMessage.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatDraftMessage</a></th>
<td class="colLast">
<div class="block">A draft has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatIsPinned.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatIsPinned</a></th>
<td class="colLast">
<div class="block">A chat was pinned or unpinned.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatLastMessage.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatLastMessage</a></th>
<td class="colLast">
<div class="block">The last message of a chat was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatOrder.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatOrder</a></th>
<td class="colLast">
<div class="block">The order of the chat in the chats list has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatPhoto.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatPhoto</a></th>
<td class="colLast">
<div class="block">A chat photo was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatReadInbox.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatReadInbox</a></th>
<td class="colLast">
<div class="block">Incoming messages were read or number of unread messages has been changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatReadOutbox.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatReadOutbox</a></th>
<td class="colLast">
<div class="block">Outgoing messages were read.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatReplyMarkup.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatReplyMarkup</a></th>
<td class="colLast">
<div class="block">The default chat reply markup was changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatTitle.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatTitle</a></th>
<td class="colLast">
<div class="block">The title of a chat was changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateChatUnreadMentionCount.html" title="class in it.ernytech.tdlib">TdApi.UpdateChatUnreadMentionCount</a></th>
<td class="colLast">
<div class="block">The chat unreadMentionCount has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateConnectionState.html" title="class in it.ernytech.tdlib">TdApi.UpdateConnectionState</a></th>
<td class="colLast">
<div class="block">The connection state has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateDeleteMessages.html" title="class in it.ernytech.tdlib">TdApi.UpdateDeleteMessages</a></th>
<td class="colLast">
<div class="block">Some messages were deleted.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateFavoriteStickers.html" title="class in it.ernytech.tdlib">TdApi.UpdateFavoriteStickers</a></th>
<td class="colLast">
<div class="block">The list of favorite stickers was updated.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateFile.html" title="class in it.ernytech.tdlib">TdApi.UpdateFile</a></th>
<td class="colLast">
<div class="block">Information about a file was updated.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateFileGenerationStart.html" title="class in it.ernytech.tdlib">TdApi.UpdateFileGenerationStart</a></th>
<td class="colLast">
<div class="block">The file generation process needs to be started by the client.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateFileGenerationStop.html" title="class in it.ernytech.tdlib">TdApi.UpdateFileGenerationStop</a></th>
<td class="colLast">
<div class="block">File generation is no longer needed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateInstalledStickerSets.html" title="class in it.ernytech.tdlib">TdApi.UpdateInstalledStickerSets</a></th>
<td class="colLast">
<div class="block">The list of installed sticker sets was updated.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageContent.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageContent</a></th>
<td class="colLast">
<div class="block">The message content has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageContentOpened.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageContentOpened</a></th>
<td class="colLast">
<div class="block">The message content was opened.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageEdited.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageEdited</a></th>
<td class="colLast">
<div class="block">A message was edited.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageMentionRead.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageMentionRead</a></th>
<td class="colLast">
<div class="block">A message with an unread mention was read.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageSendAcknowledged.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageSendAcknowledged</a></th>
<td class="colLast">
<div class="block">A request to send a message has reached the Telegram server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageSendFailed.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageSendFailed</a></th>
<td class="colLast">
<div class="block">A message failed to send.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageSendSucceeded.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageSendSucceeded</a></th>
<td class="colLast">
<div class="block">A message has been successfully sent.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateMessageViews.html" title="class in it.ernytech.tdlib">TdApi.UpdateMessageViews</a></th>
<td class="colLast">
<div class="block">The view count of the message has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewCallbackQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewCallbackQuery</a></th>
<td class="colLast">
<div class="block">A new incoming callback query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewChat.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewChat</a></th>
<td class="colLast">
<div class="block">A new chat has been loaded/created.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewChosenInlineResult.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewChosenInlineResult</a></th>
<td class="colLast">
<div class="block">The user has chosen a result of an inline query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewCustomEvent.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewCustomEvent</a></th>
<td class="colLast">
<div class="block">A new incoming event; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewCustomQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewCustomQuery</a></th>
<td class="colLast">
<div class="block">A new incoming query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewInlineCallbackQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewInlineCallbackQuery</a></th>
<td class="colLast">
<div class="block">A new incoming callback query from a message sent via a bot; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewInlineQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewInlineQuery</a></th>
<td class="colLast">
<div class="block">A new incoming inline query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewMessage.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewMessage</a></th>
<td class="colLast">
<div class="block">A new message was received; can also be an outgoing message.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewPreCheckoutQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewPreCheckoutQuery</a></th>
<td class="colLast">
<div class="block">A new incoming pre-checkout query; for bots only.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNewShippingQuery.html" title="class in it.ernytech.tdlib">TdApi.UpdateNewShippingQuery</a></th>
<td class="colLast">
<div class="block">A new incoming shipping query; for bots only.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateNotificationSettings.html" title="class in it.ernytech.tdlib">TdApi.UpdateNotificationSettings</a></th>
<td class="colLast">
<div class="block">Notification settings for some chats were updated.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateOption.html" title="class in it.ernytech.tdlib">TdApi.UpdateOption</a></th>
<td class="colLast">
<div class="block">An option changed its value.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateRecentStickers.html" title="class in it.ernytech.tdlib">TdApi.UpdateRecentStickers</a></th>
<td class="colLast">
<div class="block">The list of recently used stickers was updated.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateSavedAnimations.html" title="class in it.ernytech.tdlib">TdApi.UpdateSavedAnimations</a></th>
<td class="colLast">
<div class="block">The list of saved animations was updated.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateSecretChat.html" title="class in it.ernytech.tdlib">TdApi.UpdateSecretChat</a></th>
<td class="colLast">
<div class="block">Some data of a secret chat has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateServiceNotification.html" title="class in it.ernytech.tdlib">TdApi.UpdateServiceNotification</a></th>
<td class="colLast">
<div class="block">Service notification from the server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateSupergroup.html" title="class in it.ernytech.tdlib">TdApi.UpdateSupergroup</a></th>
<td class="colLast">
<div class="block">Some data of a supergroup or a channel has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateSupergroupFullInfo.html" title="class in it.ernytech.tdlib">TdApi.UpdateSupergroupFullInfo</a></th>
<td class="colLast">
<div class="block">Some data from supergroupFullInfo has been changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateTrendingStickerSets.html" title="class in it.ernytech.tdlib">TdApi.UpdateTrendingStickerSets</a></th>
<td class="colLast">
<div class="block">The list of trending sticker sets was updated or some of them were viewed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUnreadMessageCount.html" title="class in it.ernytech.tdlib">TdApi.UpdateUnreadMessageCount</a></th>
<td class="colLast">
<div class="block">Number of unread messages has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUser.html" title="class in it.ernytech.tdlib">TdApi.UpdateUser</a></th>
<td class="colLast">
<div class="block">Some data of a user has changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUserChatAction.html" title="class in it.ernytech.tdlib">TdApi.UpdateUserChatAction</a></th>
<td class="colLast">
<div class="block">User activity in the chat has changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUserFullInfo.html" title="class in it.ernytech.tdlib">TdApi.UpdateUserFullInfo</a></th>
<td class="colLast">
<div class="block">Some data from userFullInfo has been changed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUserPrivacySettingRules.html" title="class in it.ernytech.tdlib">TdApi.UpdateUserPrivacySettingRules</a></th>
<td class="colLast">
<div class="block">Some privacy setting rules have been changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpdateUserStatus.html" title="class in it.ernytech.tdlib">TdApi.UpdateUserStatus</a></th>
<td class="colLast">
<div class="block">The user went online or offline.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UpgradeBasicGroupChatToSupergroupChat.html" title="class in it.ernytech.tdlib">TdApi.UpgradeBasicGroupChatToSupergroupChat</a></th>
<td class="colLast">
<div class="block">Creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UploadFile.html" title="class in it.ernytech.tdlib">TdApi.UploadFile</a></th>
<td class="colLast">
<div class="block">Asynchronously uploads a file to the cloud without sending it in a message. updateFile will be used to notify about upload progress and successful completion of the upload.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UploadStickerFile.html" title="class in it.ernytech.tdlib">TdApi.UploadStickerFile</a></th>
<td class="colLast">
<div class="block">Uploads a PNG image with a sticker; for bots only; returns the uploaded file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.User.html" title="class in it.ernytech.tdlib">TdApi.User</a></th>
<td class="colLast">
<div class="block">Represents a user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserFullInfo.html" title="class in it.ernytech.tdlib">TdApi.UserFullInfo</a></th>
<td class="colLast">
<div class="block">Contains full information about a user (except the full list of profile photos).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySetting.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySetting</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingAllowCalls.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingAllowCalls</a></th>
<td class="colLast">
<div class="block">A privacy setting for managing whether the user can be called.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingAllowChatInvites.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingAllowChatInvites</a></th>
<td class="colLast">
<div class="block">A privacy setting for managing whether the user can be invited to chats.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRule.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRule</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowAll.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleAllowAll</a></th>
<td class="colLast">
<div class="block">A rule to allow all users to do something.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowContacts.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleAllowContacts</a></th>
<td class="colLast">
<div class="block">A rule to allow all of a user's contacts to do something.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleAllowUsers.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleAllowUsers</a></th>
<td class="colLast">
<div class="block">A rule to allow certain specified users to do something.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictAll.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleRestrictAll</a></th>
<td class="colLast">
<div class="block">A rule to restrict all users from doing something.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictContacts.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleRestrictContacts</a></th>
<td class="colLast">
<div class="block">A rule to restrict all contacts of a user from doing something.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRuleRestrictUsers.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRuleRestrictUsers</a></th>
<td class="colLast">
<div class="block">A rule to restrict all specified users from doing something.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingRules.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingRules</a></th>
<td class="colLast">
<div class="block">A list of privacy rules.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserPrivacySettingShowStatus.html" title="class in it.ernytech.tdlib">TdApi.UserPrivacySettingShowStatus</a></th>
<td class="colLast">
<div class="block">A privacy setting for managing whether the user's online status is visible.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserProfilePhotos.html" title="class in it.ernytech.tdlib">TdApi.UserProfilePhotos</a></th>
<td class="colLast">
<div class="block">Contains part of the list of user photos.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Users.html" title="class in it.ernytech.tdlib">TdApi.Users</a></th>
<td class="colLast">
<div class="block">Represents a list of users.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatus.html" title="class in it.ernytech.tdlib">TdApi.UserStatus</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusEmpty.html" title="class in it.ernytech.tdlib">TdApi.UserStatusEmpty</a></th>
<td class="colLast">
<div class="block">The user status was never changed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusLastMonth.html" title="class in it.ernytech.tdlib">TdApi.UserStatusLastMonth</a></th>
<td class="colLast">
<div class="block">The user is offline, but was online last month.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusLastWeek.html" title="class in it.ernytech.tdlib">TdApi.UserStatusLastWeek</a></th>
<td class="colLast">
<div class="block">The user is offline, but was online last week.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusOffline.html" title="class in it.ernytech.tdlib">TdApi.UserStatusOffline</a></th>
<td class="colLast">
<div class="block">The user is offline.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusOnline.html" title="class in it.ernytech.tdlib">TdApi.UserStatusOnline</a></th>
<td class="colLast">
<div class="block">The user is online.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserStatusRecently.html" title="class in it.ernytech.tdlib">TdApi.UserStatusRecently</a></th>
<td class="colLast">
<div class="block">The user was online recently.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserType.html" title="class in it.ernytech.tdlib">TdApi.UserType</a></th>
<td class="colLast">
<div class="block">This class is an abstract base class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserTypeBot.html" title="class in it.ernytech.tdlib">TdApi.UserTypeBot</a></th>
<td class="colLast">
<div class="block">A bot (see https://core.telegram.org/bots).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserTypeDeleted.html" title="class in it.ernytech.tdlib">TdApi.UserTypeDeleted</a></th>
<td class="colLast">
<div class="block">A deleted user or deleted bot.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserTypeRegular.html" title="class in it.ernytech.tdlib">TdApi.UserTypeRegular</a></th>
<td class="colLast">
<div class="block">A regular user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.UserTypeUnknown.html" title="class in it.ernytech.tdlib">TdApi.UserTypeUnknown</a></th>
<td class="colLast">
<div class="block">No information on the user besides the userId is available, yet this user has not been deleted.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ValidatedOrderInfo.html" title="class in it.ernytech.tdlib">TdApi.ValidatedOrderInfo</a></th>
<td class="colLast">
<div class="block">Contains a temporary identifier of validated order information, which is stored for one hour.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ValidateOrderInfo.html" title="class in it.ernytech.tdlib">TdApi.ValidateOrderInfo</a></th>
<td class="colLast">
<div class="block">Validates the order information provided by a user and returns the available shipping options for a flexible invoice.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Venue.html" title="class in it.ernytech.tdlib">TdApi.Venue</a></th>
<td class="colLast">
<div class="block">Describes a venue.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Video.html" title="class in it.ernytech.tdlib">TdApi.Video</a></th>
<td class="colLast">
<div class="block">Describes a video file.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.VideoNote.html" title="class in it.ernytech.tdlib">TdApi.VideoNote</a></th>
<td class="colLast">
<div class="block">Describes a video note.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ViewMessages.html" title="class in it.ernytech.tdlib">TdApi.ViewMessages</a></th>
<td class="colLast">
<div class="block">This method should be called if messages are being viewed by the user.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.ViewTrendingStickerSets.html" title="class in it.ernytech.tdlib">TdApi.ViewTrendingStickerSets</a></th>
<td class="colLast">
<div class="block">Informs the server that some trending sticker sets have been viewed by the user.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.VoiceNote.html" title="class in it.ernytech.tdlib">TdApi.VoiceNote</a></th>
<td class="colLast">
<div class="block">Describes a voice note.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Wallpaper.html" title="class in it.ernytech.tdlib">TdApi.Wallpaper</a></th>
<td class="colLast">
<div class="block">Contains information about a wallpaper.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.Wallpapers.html" title="class in it.ernytech.tdlib">TdApi.Wallpapers</a></th>
<td class="colLast">
<div class="block">Contains a list of wallpapers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.WebPage.html" title="class in it.ernytech.tdlib">TdApi.WebPage</a></th>
<td class="colLast">
<div class="block">Describes a web page preview.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdApi.WebPageInstantView.html" title="class in it.ernytech.tdlib">TdApi.WebPageInstantView</a></th>
<td class="colLast">
<div class="block">Describes an instant view page for a web page.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="../../../it/ernytech/tdlib/TdCallback.html" title="class in it.ernytech.tdlib">TdCallback</a></th>
<td class="colLast">
<div class="block">Interface of callback for interaction with TDLib.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../it/ernytech/tdbot/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../it/ernytech/tdlib/utils/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?it/ernytech/tdlib/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>