MadelineProtoDocs/docs/TD_docs/methods/setOption.md

25 lines
860 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: setOption
description: Sets value of an option. See list of available options on https: core.telegram.org/tdlib/options. Only writable options can be set. Can be called before authorization
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Method: setOption
2018-04-01 13:19:25 +02:00
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sets value of an option. See list of available options on https: core.telegram.org/tdlib/options. Only writable options can be set. Can be called before authorization
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|name|[string](../types/string.md) | Yes|Name of the option|
|value|[OptionValue](../types/OptionValue.md) | Optional|New value of the option|
### Return type: [Ok](../types/Ok.md)