25 lines
864 B
Markdown
25 lines
864 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
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# 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 | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|name|[string](../types/string.md) | Name of the option | Yes|
|
|
|value|[OptionValue](../types/OptionValue.md) | New value of the option | Optional|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|