teleproto - v1.229.0
    Preparing search index...

    Class ChannelParticipantAdmin

    Hierarchy (View Summary)

    • VirtualClass<
          {
              adminRights: TypeChatAdminRights;
              canEdit?: boolean;
              date: int;
              inviterId?: long;
              promotedBy: long;
              rank?: string;
              self?: boolean;
              userId: long;
          },
      >
      • ChannelParticipantAdmin
    Index
    • Parameters

      • args: {
            adminRights: ChatAdminRights;
            canEdit?: boolean;
            date: number;
            inviterId?: BigInteger;
            promotedBy: BigInteger;
            rank?: string;
            self?: boolean;
            userId: BigInteger;
        }

      Returns ChannelParticipantAdmin

    • Returns {
          adminRights: ChatAdminRights;
          canEdit?: boolean;
          date: number;
          inviterId?: BigInteger;
          promotedBy: BigInteger;
          rank?: string;
          self?: boolean;
          userId: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    adminRights: ChatAdminRights
    canEdit?: boolean
    className: "ChannelParticipantAdmin"
    classType: "constructor"
    CONSTRUCTOR_ID: 885242707
    date: number
    inviterId?: BigInteger
    originalArgs: {
        adminRights: ChatAdminRights;
        canEdit?: boolean;
        date: number;
        inviterId?: BigInteger;
        promotedBy: BigInteger;
        rank?: string;
        self?: boolean;
        userId: BigInteger;
    }
    promotedBy: BigInteger
    rank?: string
    self?: boolean
    SUBCLASS_OF_ID: 3653762072
    userId: BigInteger