MadelineProtoDocs/docs/TD_docs/constructors/testInt.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
503 B
Markdown

---
title: testInt
description: Tests only. A simple object containing just a number
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: testInt
[Back to constructors index](index.md)
Tests only. A simple object containing just a number
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|[int](../types/int.md) | Yes|The number|
### Type: [TestInt](../types/TestInt.md)