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 class
Autosave settings applied to all channel chats without chat-specific settings.static final class
Autosave settings applied to a chat.static final class
Autosave settings applied to all basic group and supergroup chats without chat-specific settings.static final class
Autosave settings applied to all private chats without chat-specific settings.Fields in it.tdlight.jni declared as TdApi.AutosaveSettingsScopeModifier and TypeFieldDescriptionTdApi.SetAutosaveSettings.scope
Autosave settings scope.TdApi.UpdateAutosaveSettings.scope
Type 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.