mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 09:56:54 +01:00
518 B
518 B
title | description |
---|---|
test.string | test_string attributes, type and example |
Constructor: test.string
Attributes:
Name | Type | Required |
---|---|---|
value | string | Yes |
Type: test_String
Example:
$test_string = ['_' => 'test.string', 'value' => string, ];
Or, if you're into Lua:
test_string={_='test.string', value=string, }