Module tdlight.api

Class TdApi.ChatAdministrator

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatAdministrator
Enclosing class:
TdApi

public static final class TdApi.ChatAdministrator extends TdApi.Object
Contains information about a chat administrator.
  • Field Details

    • userId

      public long userId
      User identifier of the administrator.
    • customTitle

      public String customTitle
      Custom title of the administrator.
    • isOwner

      public boolean isOwner
      True, if the user is the owner of the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ChatAdministrator

      public ChatAdministrator()
      Contains information about a chat administrator.
    • ChatAdministrator

      public ChatAdministrator(long userId, String customTitle, boolean isOwner)
      Contains information about a chat administrator.
      Parameters:
      userId - long User identifier of the administrator.
      customTitle - String Custom title of the administrator.
      isOwner - boolean True, if the user is the owner of the chat.
    • ChatAdministrator

      public ChatAdministrator(DataInput input) throws IOException
      Contains information about a chat administrator.
      Throws:
      IOException
  • Method Details