Package org.drinkless.tdlib
Class TdApi.ChatTypeSupergroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatType
-
- org.drinkless.tdlib.TdApi.ChatTypeSupergroup
-
- Enclosing class:
- TdApi
public static class TdApi.ChatTypeSupergroup extends TdApi.ChatType
A supergroup or channel (with unlimited members).
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisChannelTrue, if the supergroup is a channel.longsupergroupIdSupergroup or channel identifier.
-
Constructor Summary
Constructors Constructor Description ChatTypeSupergroup()A supergroup or channel (with unlimited members).ChatTypeSupergroup(long supergroupId, boolean isChannel)A supergroup or channel (with unlimited members).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
supergroupId
public long supergroupId
Supergroup or channel identifier.
-
isChannel
public boolean isChannel
True, if the supergroup is a channel.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatTypeSupergroup
public ChatTypeSupergroup()
A supergroup or channel (with unlimited members).
-
ChatTypeSupergroup
public ChatTypeSupergroup(long supergroupId, boolean isChannel)A supergroup or channel (with unlimited members).- Parameters:
supergroupId- Supergroup or channel identifier.isChannel- True, if the supergroup is a channel.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-