Package org.drinkless.tdlib
Class TdApi.CommunityMemberStatusCreator
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CommunityMemberStatus
org.drinkless.tdlib.TdApi.CommunityMemberStatusCreator
- Enclosing class:
- TdApi
The user is the owner of the community and has all the administrator privileges.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is the owner of the community and has all the administrator privileges. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CommunityMemberStatusCreator
public CommunityMemberStatusCreator()The user is the owner of the community and has all the administrator privileges.
-
-
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
-