public static class TdApi.ChatEventLocationChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatLocation |
newLocation
New location; may be null.
|
TdApi.ChatLocation |
oldLocation
Previous location; may be null.
|
Constructor and Description |
---|
ChatEventLocationChanged()
The supergroup location was changed.
|
ChatEventLocationChanged(TdApi.ChatLocation oldLocation,
TdApi.ChatLocation newLocation)
The supergroup location was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
@Nullable public TdApi.ChatLocation oldLocation
@Nullable public TdApi.ChatLocation newLocation
public static final int CONSTRUCTOR
public ChatEventLocationChanged()
public ChatEventLocationChanged(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation)
oldLocation
- Previous location; may be null.newLocation
- New location; may be null.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction