teleproto - v1.229.0
    Preparing search index...

    Class Channel

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash?: long;
              adminRights?: TypeChatAdminRights;
              autotranslation?: boolean;
              bannedRights?: TypeChatBannedRights;
              botVerificationIcon?: long;
              broadcast?: boolean;
              broadcastMessagesAllowed?: boolean;
              callActive?: boolean;
              callNotEmpty?: boolean;
              color?: TypePeerColor;
              creator?: boolean;
              date: int;
              defaultBannedRights?: TypeChatBannedRights;
              emojiStatus?: TypeEmojiStatus;
              fake?: boolean;
              forum?: boolean;
              forumTabs?: boolean;
              gigagroup?: boolean;
              hasGeo?: boolean;
              hasLink?: boolean;
              id: long;
              joinRequest?: boolean;
              joinToSend?: boolean;
              left?: boolean;
              level?: int;
              linkedCommunityId?: long;
              linkedMonoforumId?: long;
              megagroup?: boolean;
              min?: boolean;
              monoforum?: boolean;
              noforwards?: boolean;
              participantsCount?: int;
              photo: TypeChatPhoto;
              profileColor?: TypePeerColor;
              restricted?: boolean;
              restrictionReason?: TypeRestrictionReason[];
              scam?: boolean;
              sendPaidMessagesStars?: long;
              signatureProfiles?: boolean;
              signatures?: boolean;
              slowmodeEnabled?: boolean;
              storiesHidden?: boolean;
              storiesHiddenMin?: boolean;
              storiesMaxId?: TypeRecentStory;
              storiesUnavailable?: boolean;
              subscriptionUntilDate?: int;
              title: string;
              username?: string;
              usernames?: TypeUsername[];
              verified?: boolean;
          },
      >
      • Channel
    Index
    • Parameters

      • args: {
            accessHash?: BigInteger;
            adminRights?: ChatAdminRights;
            autotranslation?: boolean;
            bannedRights?: ChatBannedRights;
            botVerificationIcon?: BigInteger;
            broadcast?: boolean;
            broadcastMessagesAllowed?: boolean;
            callActive?: boolean;
            callNotEmpty?: boolean;
            color?: TypePeerColor;
            creator?: boolean;
            date: number;
            defaultBannedRights?: ChatBannedRights;
            emojiStatus?: TypeEmojiStatus;
            fake?: boolean;
            forum?: boolean;
            forumTabs?: boolean;
            gigagroup?: boolean;
            hasGeo?: boolean;
            hasLink?: boolean;
            id: BigInteger;
            joinRequest?: boolean;
            joinToSend?: boolean;
            left?: boolean;
            level?: number;
            linkedCommunityId?: BigInteger;
            linkedMonoforumId?: BigInteger;
            megagroup?: boolean;
            min?: boolean;
            monoforum?: boolean;
            noforwards?: boolean;
            participantsCount?: number;
            photo: TypeChatPhoto;
            profileColor?: TypePeerColor;
            restricted?: boolean;
            restrictionReason?: RestrictionReason[];
            scam?: boolean;
            sendPaidMessagesStars?: BigInteger;
            signatureProfiles?: boolean;
            signatures?: boolean;
            slowmodeEnabled?: boolean;
            storiesHidden?: boolean;
            storiesHiddenMin?: boolean;
            storiesMaxId?: RecentStory;
            storiesUnavailable?: boolean;
            subscriptionUntilDate?: number;
            title: string;
            username?: string;
            usernames?: Username[];
            verified?: boolean;
        }

      Returns Channel

    • Returns {
          accessHash?: BigInteger;
          adminRights?: ChatAdminRights;
          autotranslation?: boolean;
          bannedRights?: ChatBannedRights;
          botVerificationIcon?: BigInteger;
          broadcast?: boolean;
          broadcastMessagesAllowed?: boolean;
          callActive?: boolean;
          callNotEmpty?: boolean;
          color?: TypePeerColor;
          creator?: boolean;
          date: number;
          defaultBannedRights?: ChatBannedRights;
          emojiStatus?: TypeEmojiStatus;
          fake?: boolean;
          forum?: boolean;
          forumTabs?: boolean;
          gigagroup?: boolean;
          hasGeo?: boolean;
          hasLink?: boolean;
          id: BigInteger;
          joinRequest?: boolean;
          joinToSend?: boolean;
          left?: boolean;
          level?: number;
          linkedCommunityId?: BigInteger;
          linkedMonoforumId?: BigInteger;
          megagroup?: boolean;
          min?: boolean;
          monoforum?: boolean;
          noforwards?: boolean;
          participantsCount?: number;
          photo: TypeChatPhoto;
          profileColor?: TypePeerColor;
          restricted?: boolean;
          restrictionReason?: RestrictionReason[];
          scam?: boolean;
          sendPaidMessagesStars?: BigInteger;
          signatureProfiles?: boolean;
          signatures?: boolean;
          slowmodeEnabled?: boolean;
          storiesHidden?: boolean;
          storiesHiddenMin?: boolean;
          storiesMaxId?: RecentStory;
          storiesUnavailable?: boolean;
          subscriptionUntilDate?: number;
          title: string;
          username?: string;
          usernames?: Username[];
          verified?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash?: BigInteger
    adminRights?: ChatAdminRights
    autotranslation?: boolean
    bannedRights?: ChatBannedRights
    botVerificationIcon?: BigInteger
    broadcast?: boolean
    broadcastMessagesAllowed?: boolean
    callActive?: boolean
    callNotEmpty?: boolean
    className: "Channel"
    classType: "constructor"
    CONSTRUCTOR_ID: 3567203526
    creator?: boolean
    date: number
    defaultBannedRights?: ChatBannedRights
    emojiStatus?: TypeEmojiStatus
    fake?: boolean
    forum?: boolean
    forumTabs?: boolean
    gigagroup?: boolean
    hasGeo?: boolean
    hasLink?: boolean
    id: BigInteger
    joinRequest?: boolean
    joinToSend?: boolean
    left?: boolean
    level?: number
    linkedCommunityId?: BigInteger
    linkedMonoforumId?: BigInteger
    megagroup?: boolean
    min?: boolean
    monoforum?: boolean
    noforwards?: boolean
    originalArgs: {
        accessHash?: BigInteger;
        adminRights?: ChatAdminRights;
        autotranslation?: boolean;
        bannedRights?: ChatBannedRights;
        botVerificationIcon?: BigInteger;
        broadcast?: boolean;
        broadcastMessagesAllowed?: boolean;
        callActive?: boolean;
        callNotEmpty?: boolean;
        color?: TypePeerColor;
        creator?: boolean;
        date: number;
        defaultBannedRights?: ChatBannedRights;
        emojiStatus?: TypeEmojiStatus;
        fake?: boolean;
        forum?: boolean;
        forumTabs?: boolean;
        gigagroup?: boolean;
        hasGeo?: boolean;
        hasLink?: boolean;
        id: BigInteger;
        joinRequest?: boolean;
        joinToSend?: boolean;
        left?: boolean;
        level?: number;
        linkedCommunityId?: BigInteger;
        linkedMonoforumId?: BigInteger;
        megagroup?: boolean;
        min?: boolean;
        monoforum?: boolean;
        noforwards?: boolean;
        participantsCount?: number;
        photo: TypeChatPhoto;
        profileColor?: TypePeerColor;
        restricted?: boolean;
        restrictionReason?: RestrictionReason[];
        scam?: boolean;
        sendPaidMessagesStars?: BigInteger;
        signatureProfiles?: boolean;
        signatures?: boolean;
        slowmodeEnabled?: boolean;
        storiesHidden?: boolean;
        storiesHiddenMin?: boolean;
        storiesMaxId?: RecentStory;
        storiesUnavailable?: boolean;
        subscriptionUntilDate?: number;
        title: string;
        username?: string;
        usernames?: Username[];
        verified?: boolean;
    }
    participantsCount?: number
    profileColor?: TypePeerColor
    restricted?: boolean
    restrictionReason?: RestrictionReason[]
    scam?: boolean
    sendPaidMessagesStars?: BigInteger
    signatureProfiles?: boolean
    signatures?: boolean
    slowmodeEnabled?: boolean
    storiesHidden?: boolean
    storiesHiddenMin?: boolean
    storiesMaxId?: RecentStory
    storiesUnavailable?: boolean
    SUBCLASS_OF_ID: 3316604308
    subscriptionUntilDate?: number
    title: string
    username?: string
    usernames?: Username[]
    verified?: boolean