MadelineProtoDocs/docs/TD_docs/constructors/updateOption.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
546 B
Markdown

---
title: updateOption
description: Some option changed its value
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateOption
[Back to constructors index](index.md)
Some option changed its value
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|name|[string](../types/string.md) | Yes|Option name|
|value|[OptionValue](../types/OptionValue.md) | Optional|New option value|
### Type: [Update](../types/Update.md)