1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 12:47:56 +01:00
MadelineProto/docs/TD_docs/methods/testSquareInt.md

23 lines
479 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|x|[CLICK ME int](../types/int.md) | Yes|Number to square|
2017-08-25 15:05:53 +02:00
### Return type: [TestInt](../types/TestInt.md)