Package org.drinkless.tdlib
Class TdApi.ChatEventInvitesToggled
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventInvitesToggled
- Enclosing class:
- TdApi
The canInviteUsers permission of a supergroup chat was toggled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanNew value of canInviteUsers permission.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe canInviteUsers permission of a supergroup chat was toggled.ChatEventInvitesToggled(boolean canInviteUsers) The canInviteUsers permission of a supergroup chat was toggled. -
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
-
canInviteUsers
public boolean canInviteUsersNew value of canInviteUsers permission. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventInvitesToggled
public ChatEventInvitesToggled()The canInviteUsers permission of a supergroup chat was toggled. -
ChatEventInvitesToggled
public ChatEventInvitesToggled(boolean canInviteUsers) The canInviteUsers permission of a supergroup chat was toggled.- Parameters:
canInviteUsers- New value of canInviteUsers permission.
-
-
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
-