Documentation - v0.27.1
    Preparing search index...

    Interface TlMethodJson

    interface TlMethodJson {
        id: string;
        method: string;
        params: TlParamJson[];
        type: string;
    }
    Index

    Properties

    Properties

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