teleproto - v1.229.0
    Preparing search index...

    Interface ApiCallOptions

    interface ApiCallOptions {
        abortSignal?: AbortSignal;
        dcId?: number;
        floodSleepThreshold?: number;
    }
    Index
    abortSignal?: AbortSignal

    Abort the in-flight request (reserved).

    dcId?: number

    Route this single call to a specific DC.

    floodSleepThreshold?: number

    Auto-sleep & retry on FLOOD_WAIT up to this many seconds (reserved).