Documentation - v0.27.1
    Preparing search index...

    Interface TlConstructorJson

    interface TlConstructorJson {
        id: string;
        params: TlParamJson[];
        predicate: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string
    params: TlParamJson[]
    predicate: string
    type: string