teleproto - v1.229.0
    Preparing search index...

    Interface ChannelIn

    interface ChannelIn {
        _: "channel";
        accessHash?: BigInteger;
        adminRights?: ChatAdminRightsIn;
        autotranslation?: boolean;
        bannedRights?: ChatBannedRightsIn;
        botVerificationIcon?: BigInteger;
        broadcast?: boolean;
        broadcastMessagesAllowed?: boolean;
        callActive?: boolean;
        callNotEmpty?: boolean;
        color?: TypePeerColorIn;
        creator?: boolean;
        date: number;
        defaultBannedRights?: ChatBannedRightsIn;
        emojiStatus?: TypeEmojiStatusIn;
        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: TypeChatPhotoIn;
        profileColor?: TypePeerColorIn;
        restricted?: boolean;
        restrictionReason?: RestrictionReasonIn[];
        scam?: boolean;
        sendPaidMessagesStars?: BigInteger;
        signatureProfiles?: boolean;
        signatures?: boolean;
        slowmodeEnabled?: boolean;
        storiesHidden?: boolean;
        storiesHiddenMin?: boolean;
        storiesMaxId?: RecentStoryIn;
        storiesUnavailable?: boolean;
        subscriptionUntilDate?: number;
        title: string;
        username?: string;
        usernames?: UsernameIn[];
        verified?: boolean;
    }
    Index
    _: "channel"
    accessHash?: BigInteger
    adminRights?: ChatAdminRightsIn
    autotranslation?: boolean
    bannedRights?: ChatBannedRightsIn
    botVerificationIcon?: BigInteger
    broadcast?: boolean
    broadcastMessagesAllowed?: boolean
    callActive?: boolean
    callNotEmpty?: boolean
    creator?: boolean
    date: number
    defaultBannedRights?: ChatBannedRightsIn
    emojiStatus?: TypeEmojiStatusIn
    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
    profileColor?: TypePeerColorIn
    restricted?: boolean
    restrictionReason?: RestrictionReasonIn[]
    scam?: boolean
    sendPaidMessagesStars?: BigInteger
    signatureProfiles?: boolean
    signatures?: boolean
    slowmodeEnabled?: boolean
    storiesHidden?: boolean
    storiesHiddenMin?: boolean
    storiesMaxId?: RecentStoryIn
    storiesUnavailable?: boolean
    subscriptionUntilDate?: number
    title: string
    username?: string
    usernames?: UsernameIn[]
    verified?: boolean