Uses of Class
org.drinkless.tdlib.TdApi.ScopeAutosaveSettings
Packages that use TdApi.ScopeAutosaveSettings
-
Uses of TdApi.ScopeAutosaveSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ScopeAutosaveSettingsModifier and TypeFieldDescriptionTdApi.AutosaveSettings.channelSettingsDefault autosave settings for channel chats.TdApi.AutosaveSettings.groupSettingsDefault autosave settings for basic group and supergroup chats.TdApi.AutosaveSettings.privateChatSettingsDefault autosave settings for private chats.TdApi.AutosaveSettingsException.settingsAutosave settings for the chat.TdApi.SetAutosaveSettings.settingsNew autosave settings for the scope; pass null to set autosave settings to default.TdApi.UpdateAutosaveSettings.settingsThe new autosave settings; may be null if the settings are reset to default.Constructors in org.drinkless.tdlib with parameters of type TdApi.ScopeAutosaveSettingsModifierConstructorDescriptionAutosaveSettings(TdApi.ScopeAutosaveSettings privateChatSettings, TdApi.ScopeAutosaveSettings groupSettings, TdApi.ScopeAutosaveSettings channelSettings, TdApi.AutosaveSettingsException[] exceptions) Describes autosave settings.AutosaveSettingsException(long chatId, TdApi.ScopeAutosaveSettings settings) Contains autosave settings for a chat, which overrides default settings for the corresponding scope.SetAutosaveSettings(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.