mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-07 12:08:32 +01:00
582 B
582 B
title | description |
---|---|
test.int | test_int attributes, type and example |
Constructor: test.int
Attributes:
Name | Type | Required |
---|---|---|
value | int | Yes |
Type: test_Int
Example:
$test_int = ['_' => 'test.int', 'value' => int, ];
PWRTelegram json-encoded version:
{"_":"test.int","value":"int"}
Or, if you're into Lua:
test_int={_='test.int', value=int, }