diff options
| author | levlam <levlam@telegram.org> | 2023-11-30 18:26:33 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-11-30 18:26:33 +0300 |
| commit | 9096e646b852795ee4b75a0a27cb675209af4476 (patch) | |
| tree | c77f05d696852cbfc348e3e1f21e5c6dd30dac90 /example/web | |
| parent | 1604ee7b1d7bb1f339e7e3e0d288dec202e11d14 (diff) | |
Minor improvements.
Diffstat (limited to 'example/web')
| -rw-r--r-- | example/web/tdweb/src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/web/tdweb/src/index.js b/example/web/tdweb/src/index.js index ea66e48fc..e87e211f2 100644 --- a/example/web/tdweb/src/index.js +++ b/example/web/tdweb/src/index.js @@ -34,7 +34,7 @@ class TdClient { * Create TdClient. * @param {Object} options - Options for TDLib instance creation. * @param {TdClient~updateCallback} options.onUpdate - Callback for all incoming updates. - * @param {string} [options.instanceName=tdlib] - Name of the TDLib instance. Currently only one instance of TdClient with a given name is allowed. All but one instances with the same name will be automatically closed. Usually, the newest non-background instance is kept alive. Files will be stored in an IndexedDb table with the same name. + * @param {string} [options.instanceName=tdlib] - Name of the TDLib instance. Currently, only one instance of TdClient with a given name is allowed. All but one instances with the same name will be automatically closed. Usually, the newest non-background instance is kept alive. Files will be stored in an IndexedDb table with the same name. * @param {boolean} [options.isBackground=false] - Pass true if the instance is opened from the background. * @param {string} [options.jsLogVerbosityLevel=info] - The initial verbosity level of the JavaScript part of the code (one of 'error', 'warning', 'info', 'log', 'debug'). * @param {number} [options.logVerbosityLevel=2] - The initial verbosity level for the TDLib internal logging (0-1023). |
