Module tdlight.api

Class TdApi.UpdateSupergroup

Enclosing class:
TdApi

public static final class TdApi.UpdateSupergroup extends TdApi.Update
Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application.
  • Field Details

  • Constructor Details

    • UpdateSupergroup

      public UpdateSupergroup()
      Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application.
    • UpdateSupergroup

      public UpdateSupergroup(TdApi.Supergroup supergroup)
      Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application.
      Parameters:
      supergroup - Supergroup New data about the supergroup.
    • UpdateSupergroup

      public UpdateSupergroup(DataInput input) throws IOException
      Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application.
      Throws:
      IOException
  • Method Details