Package org.drinkless.tdlib
Class TdApi.CommunityPermissions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CommunityPermissions
- Enclosing class:
- TdApi
Describes actions that a user is allowed to take in a community.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the user can change the chats added to the community.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes actions that a user is allowed to take in a community.CommunityPermissions(boolean canEditChatList) Describes actions that a user is allowed to take in a community. -
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
-
canEditChatList
public boolean canEditChatListTrue, if the user can change the chats added to the community. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CommunityPermissions
public CommunityPermissions()Describes actions that a user is allowed to take in a community. -
CommunityPermissions
public CommunityPermissions(boolean canEditChatList) Describes actions that a user is allowed to take in a community.- Parameters:
canEditChatList- True, if the user can change the chats added to the community.
-
-
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
-