Interface TestCallString

Returns the received string; for testing only. This is an offline method. Can be called before authorization. Request type for Tdjson#testCallString.

interface TestCallString {
    @type: "testCallString";
    x: string;
}

Properties

Properties

@type: "testCallString"
x: string

String to return.