teleproto - v1.229.0
    Preparing search index...

    Interface CommunityIn

    interface CommunityIn {
        _: "community";
        accessHash?: BigInteger;
        adminRights?: ChatAdminRightsIn;
        collapsedInDialogs?: boolean;
        creator?: boolean;
        date: number;
        defaultBannedRights?: ChatBannedRightsIn;
        id: BigInteger;
        left?: boolean;
        min?: boolean;
        photo: TypeChatPhotoIn;
        title: string;
    }
    Index
    _: "community"
    accessHash?: BigInteger
    adminRights?: ChatAdminRightsIn
    collapsedInDialogs?: boolean
    creator?: boolean
    date: number
    defaultBannedRights?: ChatBannedRightsIn
    id: BigInteger
    left?: boolean
    min?: boolean
    title: string