Class TdApi.AutosaveSettingsException

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.AutosaveSettingsException
Enclosing class:
TdApi

public static class TdApi.AutosaveSettingsException extends TdApi.Object
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • settings

      public TdApi.ScopeAutosaveSettings settings
      Autosave settings for the chat.
    • CONSTRUCTOR

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

    • AutosaveSettingsException

      public AutosaveSettingsException()
      Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
    • AutosaveSettingsException

      public AutosaveSettingsException(long chatId, TdApi.ScopeAutosaveSettings settings)
      Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
      Parameters:
      chatId - Chat identifier.
      settings - Autosave settings for the chat.
  • 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.Object
      Returns:
      this.CONSTRUCTOR