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

    • basicGroup

      public TdApi.BasicGroup basicGroup
      New data about the group.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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 - New data about the group.
  • 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