Class TdApi.UpdateAutosaveSettings

Enclosing class:
TdApi

public static class TdApi.UpdateAutosaveSettings extends TdApi.Update
Autosave settings for some type of chats were updated.
  • Field Details

    • scope

      Type of chats for which autosave settings were updated.
    • settings

      @Nullable public TdApi.ScopeAutosaveSettings settings
      The new autosave settings; may be null if the settings are reset to default.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateAutosaveSettings

      public UpdateAutosaveSettings()
      Autosave settings for some type of chats were updated.
    • UpdateAutosaveSettings

      public UpdateAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings)
      Autosave settings for some type of chats were updated.
      Parameters:
      scope - Type of chats for which autosave settings were updated.
      settings - The new autosave settings; may be null if the settings are reset to default.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Update
      Returns:
      this.CONSTRUCTOR