24 lines
545 B
Markdown
24 lines
545 B
Markdown
---
|
|
title: testSquareInt
|
|
description: Test request. Returns squared received number
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: testSquareInt
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Test request. Returns squared received number
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|x|[int](../types/int.md) | Number to square | Yes|
|
|
|
|
|
|
### Return type: [TestInt](../types/TestInt.md)
|
|
|