Interface TestCallVectorStringObject

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

interface TestCallVectorStringObject {
    @type: "testCallVectorStringObject";
    x: TestString[];
}

Properties

Properties

@type: "testCallVectorStringObject"

Vector of objects to return.