Class TdApi.UpdateCommunity

Enclosing class:
TdApi

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

    • community

      public TdApi.Community community
      New data about the community.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateCommunity

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

      public UpdateCommunity(TdApi.Community community)
      Some data of a community has changed. This update is guaranteed to come before the community identifier is returned to the application.
      Parameters:
      community - New data about the community.
  • 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