Uses of Class
it.tdlight.jni.TdApi.AutosaveSettingsScope
-
Uses of TdApi.AutosaveSettingsScope in it.tdlight.jni
Subclasses of TdApi.AutosaveSettingsScope in it.tdlight.jniModifier and TypeClassDescriptionstatic final classAutosave settings applied to all channel chats without chat-specific settings.static final classAutosave settings applied to a chat.static final classAutosave settings applied to all basic group and supergroup chats without chat-specific settings.static final classAutosave settings applied to all private chats without chat-specific settings.Fields in it.tdlight.jni declared as TdApi.AutosaveSettingsScopeModifier and TypeFieldDescriptionTdApi.SetAutosaveSettings.scopeAutosave settings scope.TdApi.UpdateAutosaveSettings.scopeType of chats for which autosave settings were updated.Constructors in it.tdlight.jni with parameters of type TdApi.AutosaveSettingsScopeModifierConstructorDescriptionSetAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Sets autosave settings for the given scope.UpdateAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Autosave settings for some type of chats were updated.