Package it.tdlight.jni
Class TdApi.ChatEventLocationChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventLocationChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventLocationChanged extends TdApi.ChatEventAction
The supergroup location was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatLocation
newLocation
New location; may be null.TdApi.ChatLocation
oldLocation
Previous location; may be null. -
Constructor Summary
Constructors Constructor Description ChatEventLocationChanged()
The supergroup location was changed.ChatEventLocationChanged(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation)
The supergroup location was changed.ChatEventLocationChanged(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-