Documentation - v0.27.1
    Preparing search index...

    Difference of a single entry

    interface TlEntryDiff {
        arguments?: BasicDiff<TlArgument, TlArgumentDiff>;
        comment?: PropertyDiff<string | undefined>;
        generics?: PropertyDiff<TlGeneric[] | undefined>;
        id?: PropertyDiff<number>;
        name: string;
    }
    Index

    Properties

    Arguments of the entry diff

    comment?: PropertyDiff<string | undefined>

    Comment of the entry diff

    generics?: PropertyDiff<TlGeneric[] | undefined>

    Generic types diff

    id?: PropertyDiff<number>

    Constructor ID of the entry diff

    name: string

    Name of the entry