Package org.drinkless.tdlib
Class TdApi.UpdateActiveLiveLocationMessages
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateActiveLiveLocationMessages
- Enclosing class:
- TdApi
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The list of messages with active live locations. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
messages
The list of messages with active live locations. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateActiveLiveLocationMessages
public UpdateActiveLiveLocationMessages()The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used. -
UpdateActiveLiveLocationMessages
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.- Parameters:
messages
- The list of messages with active live locations.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-