Module tdlight.api

Class TdApi.ChatEventLocationChanged

Enclosing class:
TdApi

public static final 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
      The supergroup location was changed.
      Throws:
      IOException
  • Method Details