Class TdApi.UpdateBasicGroup

Enclosing class:
TdApi

public static class TdApi.UpdateBasicGroup
extends TdApi.Update
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application.
  • Field Details

  • Constructor Details

    • UpdateBasicGroup

      public UpdateBasicGroup()
      Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application.
    • UpdateBasicGroup

      public UpdateBasicGroup​(TdApi.BasicGroup basicGroup)
      Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application.
      Parameters:
      basicGroup - BasicGroup New data about the group.
    • UpdateBasicGroup

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