<li><ahref="../../../it/ernytech/tdlib/TdApi.StorageStatisticsFast.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.SupergroupFullInfo.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">it.ernytech.tdlib.TdApi.Object</a></li>
<li>
<ulclass="inheritance">
<li>it.ernytech.tdlib.TdApi.Supergroup</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><ahref="../../../it/ernytech/tdlib/TdApi.html"title="class in it.ernytech.tdlib">TdApi</a></dd>
</dl>
<hr>
<pre>public static class <spanclass="typeNameLabel">TdApi.Supergroup</span>
extends <ahref="../../../it/ernytech/tdlib/TdApi.Object.html"title="class in it.ernytech.tdlib">TdApi.Object</a></pre>
<divclass="block">Represents a supergroup or channel with zero or more members (subscribers in the case of channels). From the point of view of the system, a channel is a special kind of a supergroup: only administrators can post and see the list of members, and posts from all administrators use the name and photo of the channel instead of individual names and profile photos. Unlike supergroups, channels can have an unlimited number of subscribers.</div>
<divclass="block">Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member.</div>
<divclass="block">True, if messages sent to the channel should contain information about the sender.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../it/ernytech/tdlib/TdApi.ChatMemberStatus.html"title="class in it.ernytech.tdlib">TdApi.ChatMemberStatus</a></code></td>
<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>
<divclass="block">Supergroup or channel identifier.</div>
</li>
</ul>
<aid="username">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>username</h4>
<pre>public java.lang.String username</pre>
<divclass="block">Username of the supergroup or channel; empty for private supergroups or channels.</div>
</li>
</ul>
<aid="date">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>date</h4>
<pre>public int date</pre>
<divclass="block">Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member.</div>
</li>
</ul>
<aid="status">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>status</h4>
<pre>public <ahref="../../../it/ernytech/tdlib/TdApi.ChatMemberStatus.html"title="class in it.ernytech.tdlib">TdApi.ChatMemberStatus</a> status</pre>
<divclass="block">Status of the current user in the supergroup or channel.</div>
</li>
</ul>
<aid="memberCount">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>memberCount</h4>
<pre>public int memberCount</pre>
<divclass="block">Member count; 0 if unknown. Currently it is guaranteed to be known only if the supergroup or channel was found through SearchPublicChats.</div>
</li>
</ul>
<aid="anyoneCanInvite">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>anyoneCanInvite</h4>
<pre>public boolean anyoneCanInvite</pre>
<divclass="block">True, if any member of the supergroup can invite other members. This field has no meaning for channels.</div>
</li>
</ul>
<aid="signMessages">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>signMessages</h4>
<pre>public boolean signMessages</pre>
<divclass="block">True, if messages sent to the channel should contain information about the sender. This field is only applicable to channels.</div>
</li>
</ul>
<aid="isChannel">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isChannel</h4>
<pre>public boolean isChannel</pre>
<divclass="block">True, if the supergroup is a channel.</div>
</li>
</ul>
<aid="isVerified">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>isVerified</h4>
<pre>public boolean isVerified</pre>
<divclass="block">True, if the supergroup or channel is verified.</div>
<divclass="block">If non-empty, contains the reason why access to this supergroup or channel must be restricted. Format of the string is "{type}: {description}". {type} Contains the type of the restriction and at least one of the suffixes "-all", "-ios", "-android", or "-wp", which describe the platforms on which access should be restricted. (For example, "terms-ios-android". {description} contains a human-readable description of the restriction, which can be shown to the user.)</div>
<dd><code>id</code> - Supergroup or channel identifier.</dd>
<dd><code>username</code> - Username of the supergroup or channel; empty for private supergroups or channels.</dd>
<dd><code>date</code> - Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member.</dd>
<dd><code>status</code> - Status of the current user in the supergroup or channel.</dd>
<dd><code>memberCount</code> - Member count; 0 if unknown. Currently it is guaranteed to be known only if the supergroup or channel was found through SearchPublicChats.</dd>
<dd><code>anyoneCanInvite</code> - True, if any member of the supergroup can invite other members. This field has no meaning for channels.</dd>
<dd><code>signMessages</code> - True, if messages sent to the channel should contain information about the sender. This field is only applicable to channels.</dd>
<dd><code>isChannel</code> - True, if the supergroup is a channel.</dd>
<dd><code>isVerified</code> - True, if the supergroup or channel is verified.</dd>
<dd><code>restrictionReason</code> - If non-empty, contains the reason why access to this supergroup or channel must be restricted. Format of the string is "{type}: {description}". {type} Contains the type of the restriction and at least one of the suffixes "-all", "-ios", "-android", or "-wp", which describe the platforms on which access should be restricted. (For example, "terms-ios-android". {description} contains a human-readable description of the restriction, which can be shown to the user.)</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.StorageStatisticsFast.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../it/ernytech/tdlib/TdApi.SupergroupFullInfo.html"title="class in it.ernytech.tdlib"><spanclass="typeNameLink">Next Class</span></a></li>