Interface TestCallBytes

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

interface TestCallBytes {
    @type: "testCallBytes";
    x: string;
}

Properties

Properties

@type: "testCallBytes"
x: string

Bytes to return.