public static class TdApi.ChatEventLocationChanged extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatLocation oldLocation
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()
TdApi.ObjectgetConstructor in class TdApi.Object