24 lines
787 B
Markdown
24 lines
787 B
Markdown
|
---
|
||
|
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
|
||
|
---
|
||
|
## Method: setOption
|
||
|
[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)
|
||
|
|