Interface TestCallVectorInt

Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization. Request type for Tdjson#testCallVectorInt.

interface TestCallVectorInt {
    @type: "testCallVectorInt";
    x: number[];
}

Properties

Properties

@type: "testCallVectorInt"
x: number[]

Vector of numbers to return.