teleproto - v1.229.0
    Preparing search index...

    Interface ChatIn

    interface ChatIn {
        _: "chat";
        adminRights?: ChatAdminRightsIn;
        callActive?: boolean;
        callNotEmpty?: boolean;
        creator?: boolean;
        date: number;
        deactivated?: boolean;
        defaultBannedRights?: ChatBannedRightsIn;
        id: BigInteger;
        left?: boolean;
        migratedTo?: TypeInputChannelIn;
        noforwards?: boolean;
        participantsCount: number;
        photo: TypeChatPhotoIn;
        title: string;
        version: number;
    }
    Index
    _: "chat"
    adminRights?: ChatAdminRightsIn
    callActive?: boolean
    callNotEmpty?: boolean
    creator?: boolean
    date: number
    deactivated?: boolean
    defaultBannedRights?: ChatBannedRightsIn
    id: BigInteger
    left?: boolean
    migratedTo?: TypeInputChannelIn
    noforwards?: boolean
    participantsCount: number
    title: string
    version: number