ScopeAutosaveSettings class

Contains autosave settings for an autosave settings scope.

Inheritance
Available Extensions

Constructors

ScopeAutosaveSettings({required bool autosave_photos, required bool autosave_videos, required int max_video_file_size, int? extra, int? clientId})
Contains autosave settings for an autosave settings scope

Properties

autosave_photos bool
True, if photo autosave is enabled.
read / write
autosave_videos bool
True, if video autosave is enabled.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
max_video_file_size int
The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) ScopeAutosaveSettings?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"scopeAutosaveSettings"