Package org.drinkless.tdlib
Class TdApi.ChatTypeBasicGroup
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatType
org.drinkless.tdlib.TdApi.ChatTypeBasicGroup
- Enclosing class:
- TdApi
A basic group (a chat with 0-200 other users).
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongBasic group identifier.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA basic group (a chat with 0-200 other users).ChatTypeBasicGroup(long basicGroupId) A basic group (a chat with 0-200 other users). -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
basicGroupId
public long basicGroupIdBasic group identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatTypeBasicGroup
public ChatTypeBasicGroup()A basic group (a chat with 0-200 other users). -
ChatTypeBasicGroup
public ChatTypeBasicGroup(long basicGroupId) A basic group (a chat with 0-200 other users).- Parameters:
basicGroupId- Basic group identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-