java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventLocationChanged
- Enclosing class:
- TdApi
The supergroup location was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New location; may be null.Previous location; may be null. -
Constructor Summary
ConstructorDescriptionThe supergroup location was changed.ChatEventLocationChanged
(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation) The supergroup location was changed.The supergroup location was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldLocation
Previous location; may be null. -
newLocation
New location; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventLocationChanged
public ChatEventLocationChanged()The supergroup location was changed. -
ChatEventLocationChanged
The supergroup location was changed.- Parameters:
oldLocation
- ChatLocation Previous location; may be null.newLocation
- ChatLocation New location; may be null.
-
ChatEventLocationChanged
The supergroup location was changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-