Class TdApi.ChatAdministrator

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - User identifier of the administrator.
        customTitle - Custom title of the administrator.
        isOwner - True, if the user is the owner of the chat.