MadelineProto/docs/TD_docs/methods/testSquareInt.md
2017-08-25 15:05:53 +02:00

23 lines
466 B
Markdown

---
title: testSquareInt
description: Test request. Returns squared received number
---
## Method: testSquareInt
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Test request. Returns squared received number
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|x|[int](../types/int.md) | Yes|Number to square|
### Return type: [TestInt](../types/TestInt.md)