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 classAutosave settings applied to all channel chats without chat-specific settings.static classAutosave settings applied to a chat.static classAutosave settings applied to all basic group and supergroup chats without chat-specific settings.static classAutosave settings applied to all private chats without chat-specific settings.Fields in org.drinkless.tdlib declared as TdApi.AutosaveSettingsScopeModifier and TypeFieldDescriptionTdApi.SetAutosaveSettings.scopeAutosave settings scope.TdApi.UpdateAutosaveSettings.scopeType 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.