View Source ExTDLib.Method.SetAutosaveSettings (ExTDLib v0.0.4)
Sets autosave settings for the given scope. The method is guaranteed to work only after at least one call to getAutosaveSettings. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| scope | AutosaveSettingsScope | Autosave settings scope. |
| settings | scopeAutosaveSettings | New autosave settings for the scope; pass null to set autosave settings to default. |
More details on telegram's documentation.