Interface TestSquareInt

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

interface TestSquareInt {
    @type: "testSquareInt";
    x: number;
}

Properties

Properties

@type: "testSquareInt"
x: number

Number to square.