Class TdApi.CommunityMemberStatusAdministrator

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CommunityMemberStatus
org.drinkless.tdlib.TdApi.CommunityMemberStatusAdministrator
Enclosing class:
TdApi

public static class TdApi.CommunityMemberStatusAdministrator extends TdApi.CommunityMemberStatus
The user is a member of the community and has some additional privileges.
  • Field Details

    • canBeEdited

      public boolean canBeEdited
      True, if the current user can edit the administrator privileges for the called user.
    • rights

      Rights of the administrator.
    • CONSTRUCTOR

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

    • CommunityMemberStatusAdministrator

      public CommunityMemberStatusAdministrator()
      The user is a member of the community and has some additional privileges.
    • CommunityMemberStatusAdministrator

      public CommunityMemberStatusAdministrator(boolean canBeEdited, TdApi.CommunityAdministratorRights rights)
      The user is a member of the community and has some additional privileges.
      Parameters:
      canBeEdited - True, if the current user can edit the administrator privileges for the called user.
      rights - Rights of the administrator.
  • 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