1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/optionValueString.md
2017-08-25 15:05:53 +02:00

23 lines
394 B
Markdown

---
title: optionValueString
description: String option
---
## Constructor: optionValueString
[Back to constructors index](index.md)
String option
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|[string](../types/string.md) | Yes|Value of an option|
### Type: [OptionValue](../types/OptionValue.md)