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.channelSettings
Default autosave settings for channel chats.TdApi.AutosaveSettings.groupSettings
Default autosave settings for basic group and supergroup chats.TdApi.AutosaveSettings.privateChatSettings
Default autosave settings for private chats.TdApi.AutosaveSettingsException.settings
Autosave settings for the chat.TdApi.SetAutosaveSettings.settings
New autosave settings for the scope; pass null to set autosave settings to default.TdApi.UpdateAutosaveSettings.settings
The 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.