MadelineProto/docs/TD_docs/constructors/updateOption.md

24 lines
468 B
Markdown
Raw Normal View History

---
title: updateOption
description: Some option changed its value
---
## Constructor: updateOption
[Back to constructors index](index.md)
Some option changed its value
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|name|[string](../types/string.md) | Yes|Option name|
|value|[OptionValue](../types/OptionValue.md) | Yes|New option value|
### Type: [Update](../types/Update.md)