Package org.drinkless.tdlib
Class TdApi.ScopeAutosaveSettings
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ScopeAutosaveSettings
- Enclosing class:
- TdApi
Contains autosave settings for an autosave settings scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if photo autosave is enabled.booleanTrue, if video autosave is enabled.static final intIdentifier uniquely determining type of the object.longThe maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB. -
Constructor Summary
ConstructorsConstructorDescriptionContains autosave settings for an autosave settings scope.ScopeAutosaveSettings(boolean autosavePhotos, boolean autosaveVideos, long maxVideoFileSize) Contains autosave settings for an autosave settings scope. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
autosavePhotos
public boolean autosavePhotosTrue, if photo autosave is enabled. -
autosaveVideos
public boolean autosaveVideosTrue, if video autosave is enabled. -
maxVideoFileSize
public long maxVideoFileSizeThe maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ScopeAutosaveSettings
public ScopeAutosaveSettings()Contains autosave settings for an autosave settings scope. -
ScopeAutosaveSettings
public ScopeAutosaveSettings(boolean autosavePhotos, boolean autosaveVideos, long maxVideoFileSize) Contains autosave settings for an autosave settings scope.- Parameters:
autosavePhotos- True, if photo autosave is enabled.autosaveVideos- True, if video autosave is enabled.maxVideoFileSize- The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-