Class TdApi.ChatEventLocationChanged

Enclosing class:
TdApi

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

  • 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 - ChatLocation Previous location; may be null.
      newLocation - ChatLocation New location; may be null.
    • ChatEventLocationChanged

      public ChatEventLocationChanged​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details