mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 22:26:54 +01:00
23 lines
394 B
Markdown
23 lines
394 B
Markdown
---
|
|
title: optionValueBoolean
|
|
description: Boolean option
|
|
---
|
|
## Constructor: optionValueBoolean
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Boolean option
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|value|[Bool](../types/Bool.md) | Yes|Value of an option|
|
|
|
|
|
|
|
|
### Type: [OptionValue](../types/OptionValue.md)
|
|
|
|
|