public static class TdApi.ScopeAutosaveSettings extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
autosavePhotos
True, if photo autosave is enabled.
|
boolean |
autosaveVideos
True, if video autosave is enabled.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
maxVideoFileSize
The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.
|
| Constructor and Description |
|---|
ScopeAutosaveSettings()
Contains autosave settings for an autosave settings scope.
|
ScopeAutosaveSettings(boolean autosavePhotos,
boolean autosaveVideos,
long maxVideoFileSize)
Contains autosave settings for an autosave settings scope.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean autosavePhotos
public boolean autosaveVideos
public long maxVideoFileSize
public static final int CONSTRUCTOR
public ScopeAutosaveSettings()
public ScopeAutosaveSettings(boolean autosavePhotos,
boolean autosaveVideos,
long maxVideoFileSize)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object