Module tdlight.api

Class TdApi.AutosaveSettingsScopeChat

Enclosing class:
TdApi

public static final class TdApi.AutosaveSettingsScopeChat extends TdApi.AutosaveSettingsScope
Autosave settings applied to a chat.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AutosaveSettingsScopeChat

      public AutosaveSettingsScopeChat()
      Autosave settings applied to a chat.
    • AutosaveSettingsScopeChat

      public AutosaveSettingsScopeChat(long chatId)
      Autosave settings applied to a chat.
      Parameters:
      chatId - long Chat identifier.
    • AutosaveSettingsScopeChat

      public AutosaveSettingsScopeChat(DataInput input) throws IOException
      Autosave settings applied to a chat.
      Throws:
      IOException
  • Method Details