Uses of Class
org.drinkless.tdlib.TdApi.AutosaveSettingsScope
Packages that use TdApi.AutosaveSettingsScope
-
Uses of TdApi.AutosaveSettingsScope in org.drinkless.tdlib
Subclasses of TdApi.AutosaveSettingsScope in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Autosave settings applied to all channel chats without chat-specific settings.static class
Autosave settings applied to a chat.static class
Autosave settings applied to all basic group and supergroup chats without chat-specific settings.static class
Autosave settings applied to all private chats without chat-specific settings.Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.AutosaveSettingsScopeModifierConstructorDescriptionSetAutosaveSettings
(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Creates a function, which sets autosave settings for the given scope.UpdateAutosaveSettings
(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Autosave settings for some type of chats were updated.