public static class TdApi.UpdateMessageLiveLocationViewed extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update