Class TdApi.InputMessageLiveLocation

Enclosing class:
TdApi

public static class TdApi.InputMessageLiveLocation extends TdApi.InputMessageContent
A message with a live location.
  • Field Details

    • location

      public TdApi.LiveLocation location
      Initial state of the live location to be sent. Live period must be equal to 0x7FFFFFFF for permanent live locations, or between 60 and 86400.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • InputMessageLiveLocation

      public InputMessageLiveLocation()
      A message with a live location.
    • InputMessageLiveLocation

      public InputMessageLiveLocation(TdApi.LiveLocation location)
      A message with a live location.
      Parameters:
      location - Initial state of the live location to be sent. Live period must be equal to 0x7FFFFFFF for permanent live locations, or between 60 and 86400.
  • 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