public static class TdApi.UpdateActiveLiveLocationMessages extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message[] |
messages
The list of messages with active live locations.
|
| Constructor and Description |
|---|
UpdateActiveLiveLocationMessages()
The list of messages with active live location that need to be updated by the application has changed.
|
UpdateActiveLiveLocationMessages(TdApi.Message[] messages)
The list of messages with active live location that need to be updated by the application has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message[] messages
public static final int CONSTRUCTOR
public UpdateActiveLiveLocationMessages()
public UpdateActiveLiveLocationMessages(TdApi.Message[] messages)
messages - The list of messages with active live locations.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object