java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.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 int -
Constructor Summary
ConstructorsConstructorDescriptionThe canInviteUsers permission of a supergroup chat was toggled.ChatEventInvitesToggled(boolean canInviteUsers) The canInviteUsers permission of a supergroup chat was toggled.ChatEventInvitesToggled(DataInput input) The canInviteUsers permission of a supergroup chat was toggled. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
canInviteUsers
public boolean canInviteUsersNew value of canInviteUsers permission. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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- boolean New value of canInviteUsers permission.
-
ChatEventInvitesToggled
The canInviteUsers permission of a supergroup chat was toggled.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-