public static class TdApi.UpdateMessageLiveLocationViewed extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat with the live location message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message with live location.
|
| Constructor and Description |
|---|
UpdateMessageLiveLocationViewed()
A message with a live location was viewed.
|
UpdateMessageLiveLocationViewed(long chatId,
long messageId)
A message with a live location was viewed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public UpdateMessageLiveLocationViewed()
public UpdateMessageLiveLocationViewed(long chatId,
long messageId)
chatId - Identifier of the chat with the live location message.messageId - Identifier of the message with live location.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object