Class TdApi.ChatEventLocationChanged

Enclosing class:
TdApi

public static class TdApi.ChatEventLocationChanged extends TdApi.ChatEventAction
The supergroup location was changed.
  • Field Details

    • oldLocation

      public TdApi.ChatLocation oldLocation
      Previous location; may be null.
    • newLocation

      public TdApi.ChatLocation newLocation
      New location; may be null.
    • CONSTRUCTOR

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

    • ChatEventLocationChanged

      public ChatEventLocationChanged()
      The supergroup location was changed.
    • ChatEventLocationChanged

      public ChatEventLocationChanged(TdApi.ChatLocation oldLocation, TdApi.ChatLocation newLocation)
      The supergroup location was changed.
      Parameters:
      oldLocation - Previous location; may be null.
      newLocation - New location; may be null.
  • 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