Class TdApi.UpdateActiveLiveLocationMessages

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateActiveLiveLocationMessages
Enclosing class:
TdApi

public static class TdApi.UpdateActiveLiveLocationMessages extends TdApi.Update
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 Details

    • messages

      public TdApi.Message[] messages
      The list of messages with active live locations.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public UpdateActiveLiveLocationMessages(TdApi.Message[] messages)
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR