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

554 B

title description
optionInteger Integer option

Constructor: optionInteger

Back to constructors index

Integer option

Attributes:

Name Type Required Description
value int Yes Value of an option

Type: OptionValue

Example:

$optionInteger = ['_' => 'optionInteger', 'value' => int, ];

Or, if you're into Lua:

optionInteger={_='optionInteger', value=int, }