1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 04:07:20 +01:00
MadelineProto/docs/TD_docs/constructors/test_int.md

479 B

title description
test.int test_int attributes, type and example

Constructor: test.int

Back to constructors index

Attributes:

Name Type Required
value int Yes

Type: test_Int

Example:

$test_int = ['_' => 'test.int', 'value' => int, ];

Or, if you're into Lua:

test_int={_='test.int', value=int, }