Interface TestCallVectorString

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

interface TestCallVectorString {
    @type: "testCallVectorString";
    x: string[];
}

Properties

Properties

@type: "testCallVectorString"
x: string[]

Vector of strings to return.