Interface TestCallVectorIntObject

Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization. Request type for Tdjson#testCallVectorIntObject.

interface TestCallVectorIntObject {
    @type: "testCallVectorIntObject";
    x: TestInt[];
}

Properties

Properties

@type: "testCallVectorIntObject"
x: TestInt[]

Vector of objects to return.