mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
778 B
778 B
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
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
Params:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the option |
value | OptionValue | Yes | New value of the option |