Package org.drinkless.tdlib
Class TdApi.ChatEventLocationChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatLocationnewLocationNew location; may be null.TdApi.ChatLocationoldLocationPrevious 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
oldLocation
public TdApi.ChatLocation oldLocation
Previous location; may be null.
-
newLocation
public TdApi.ChatLocation newLocation
New location; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventLocationChanged
public ChatEventLocationChanged()
The supergroup location was changed.
-
ChatEventLocationChanged
public ChatEventLocationChanged(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation)
The supergroup location was changed.- Parameters:
oldLocation- Previous location; may be null.newLocation- New location; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-