<li><ahref="../../../it/ernytech/tdlib/TdApi.ChangeStickerSet.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.ChatAction.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>
<divclass="block">Identifier uniquely determining type of the object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../it/ernytech/tdlib/TdApi.DraftMessage.html"title="class in it.ernytech.tdlib">TdApi.DraftMessage</a></code></td>
<divclass="block">Identifier of the last read outgoing message.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../it/ernytech/tdlib/TdApi.NotificationSettings.html"title="class in it.ernytech.tdlib">TdApi.NotificationSettings</a></code></td>
<ahref="../../../it/ernytech/tdlib/TdApi.ChatType.html"title="class in it.ernytech.tdlib">TdApi.ChatType</a> type,
java.lang.String title,
<ahref="../../../it/ernytech/tdlib/TdApi.ChatPhoto.html"title="class in it.ernytech.tdlib">TdApi.ChatPhoto</a> photo,
<ahref="../../../it/ernytech/tdlib/TdApi.Message.html"title="class in it.ernytech.tdlib">TdApi.Message</a> lastMessage,
long order,
boolean isPinned,
boolean canBeReported,
int unreadCount,
long lastReadInboxMessageId,
long lastReadOutboxMessageId,
int unreadMentionCount,
<ahref="../../../it/ernytech/tdlib/TdApi.NotificationSettings.html"title="class in it.ernytech.tdlib">TdApi.NotificationSettings</a> notificationSettings,
long replyMarkupMessageId,
<ahref="../../../it/ernytech/tdlib/TdApi.DraftMessage.html"title="class in it.ernytech.tdlib">TdApi.DraftMessage</a> draftMessage,
java.lang.String clientData)</code></th>
<tdclass="colLast">
<divclass="block">Constructor for initialization of all fields.</div>
<h3>Methods inherited from class it.ernytech.tdlib.<ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">TdApi.Object</a></h3>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.ChatType.html"title="class in it.ernytech.tdlib">TdApi.ChatType</a> type</pre>
<divclass="block">Type of the chat.</div>
</li>
</ul>
<aid="title">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>title</h4>
<pre>public java.lang.String title</pre>
<divclass="block">Chat title.</div>
</li>
</ul>
<aid="photo">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>photo</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.ChatPhoto.html"title="class in it.ernytech.tdlib">TdApi.ChatPhoto</a> photo</pre>
<divclass="block">Chat photo; may be null.</div>
</li>
</ul>
<aid="lastMessage">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>lastMessage</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.Message.html"title="class in it.ernytech.tdlib">TdApi.Message</a> lastMessage</pre>
<divclass="block">Last message in the chat; may be null.</div>
</li>
</ul>
<aid="order">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>order</h4>
<pre>public long order</pre>
<divclass="block">Descending parameter by which chats are sorted in the main chat list. If the order number of two chats is the same, they must be sorted in descending order by ID. If 0, the position of the chat in the list is undetermined.</div>
</li>
</ul>
<aid="isPinned">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isPinned</h4>
<pre>public boolean isPinned</pre>
<divclass="block">True, if the chat is pinned.</div>
</li>
</ul>
<aid="canBeReported">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>canBeReported</h4>
<pre>public boolean canBeReported</pre>
<divclass="block">True, if the chat can be reported to Telegram moderators through reportChat.</div>
</li>
</ul>
<aid="unreadCount">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>unreadCount</h4>
<pre>public int unreadCount</pre>
<divclass="block">Number of unread messages in the chat.</div>
<divclass="block">Identifier of the last read outgoing message.</div>
</li>
</ul>
<aid="unreadMentionCount">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>unreadMentionCount</h4>
<pre>public int unreadMentionCount</pre>
<divclass="block">Number of unread messages with a mention/reply in the chat.</div>
</li>
</ul>
<aid="notificationSettings">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>notificationSettings</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.NotificationSettings.html"title="class in it.ernytech.tdlib">TdApi.NotificationSettings</a> notificationSettings</pre>
<divclass="block">Notification settings for this chat.</div>
</li>
</ul>
<aid="replyMarkupMessageId">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>replyMarkupMessageId</h4>
<pre>public long replyMarkupMessageId</pre>
<divclass="block">Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.</div>
</li>
</ul>
<aid="draftMessage">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>draftMessage</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.DraftMessage.html"title="class in it.ernytech.tdlib">TdApi.DraftMessage</a> draftMessage</pre>
<divclass="block">A draft of a message in the chat; may be null.</div>
<divclass="block">Contains client-specific data associated with the chat. (For example, the chat position or local chat notification settings can be stored here.) Persistent if a message database is used.</div>
<ahref="../../../it/ernytech/tdlib/TdApi.ChatType.html"title="class in it.ernytech.tdlib">TdApi.ChatType</a> type,
java.lang.String title,
<ahref="../../../it/ernytech/tdlib/TdApi.ChatPhoto.html"title="class in it.ernytech.tdlib">TdApi.ChatPhoto</a> photo,
<ahref="../../../it/ernytech/tdlib/TdApi.Message.html"title="class in it.ernytech.tdlib">TdApi.Message</a> lastMessage,
long order,
boolean isPinned,
boolean canBeReported,
int unreadCount,
long lastReadInboxMessageId,
long lastReadOutboxMessageId,
int unreadMentionCount,
<ahref="../../../it/ernytech/tdlib/TdApi.NotificationSettings.html"title="class in it.ernytech.tdlib">TdApi.NotificationSettings</a> notificationSettings,
long replyMarkupMessageId,
<ahref="../../../it/ernytech/tdlib/TdApi.DraftMessage.html"title="class in it.ernytech.tdlib">TdApi.DraftMessage</a> draftMessage,
java.lang.String clientData)</pre>
<divclass="block">Constructor for initialization of all fields.</div>
<dd><code>photo</code> - Chat photo; may be null.</dd>
<dd><code>lastMessage</code> - Last message in the chat; may be null.</dd>
<dd><code>order</code> - Descending parameter by which chats are sorted in the main chat list. If the order number of two chats is the same, they must be sorted in descending order by ID. If 0, the position of the chat in the list is undetermined.</dd>
<dd><code>isPinned</code> - True, if the chat is pinned.</dd>
<dd><code>canBeReported</code> - True, if the chat can be reported to Telegram moderators through reportChat.</dd>
<dd><code>unreadCount</code> - Number of unread messages in the chat.</dd>
<dd><code>lastReadInboxMessageId</code> - Identifier of the last read incoming message.</dd>
<dd><code>lastReadOutboxMessageId</code> - Identifier of the last read outgoing message.</dd>
<dd><code>unreadMentionCount</code> - Number of unread messages with a mention/reply in the chat.</dd>
<dd><code>notificationSettings</code> - Notification settings for this chat.</dd>
<dd><code>replyMarkupMessageId</code> - Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.</dd>
<dd><code>draftMessage</code> - A draft of a message in the chat; may be null.</dd>
<dd><code>clientData</code> - Contains client-specific data associated with the chat. (For example, the chat position or local chat notification settings can be stored here.) Persistent if a message database is used.</dd>
<dd><code><ahref="../../../it/ernytech/tdlib/TdApi.Object.html#getConstructor()">getConstructor</a></code> in class <code><ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">TdApi.Object</a></code></dd>
<li><ahref="../../../it/ernytech/tdlib/TdApi.ChangeStickerSet.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.ChatAction.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>