TelegramClientLibraryTdlibOptionParameter class
- Inheritance
-
- Object
- JsonScheme
- TelegramClientLibraryTdlibOptionParameter
Constructors
Properties
- api_hash ↔ String?
-
getter/setter pair
- api_id ↔ num?
-
getter/setter pair
- application_version ↔ String?
-
getter/setter pair
- database_directory ↔ String?
-
getter/setter pair
- database_encryption_key ↔ String?
-
getter/setter pair
- database_key ↔ String?
-
getter/setter pair
- device_model ↔ String?
-
getter/setter pair
- enable_storage_optimizer ↔ bool?
-
getter/setter pair
- files_directory ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- new_verbosity_level ↔ num?
-
getter/setter pair
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- special_type ↔ String?
-
getter/setter pair
- start ↔ bool?
-
getter/setter pair
- system_language_code ↔ String?
-
getter/setter pair
- system_version ↔ String?
-
getter/setter pair
- use_chat_info_database ↔ bool?
-
getter/setter pair
- use_file_database ↔ bool?
-
getter/setter pair
- use_message_database ↔ bool?
-
getter/setter pair
- use_secret_chats ↔ bool?
-
getter/setter pair
- use_test_dc ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
toStringPretty(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → dynamic -
operator map data
inherited
-
operator +(
dynamic value) → Map -
operator map data
inherited
-
operator -(
dynamic value) → Map -
return original data json
inherited
-
operator /(
dynamic value) → dynamic -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
return default data
no setter
Static Methods
-
create(
{bool schemeUtilsIsSetDefaultData = false, String special_type = "telegramClientLibraryTdlibOptionParameter", num? api_id, String? api_hash, String? database_directory, String? files_directory, bool? use_file_database, bool? use_chat_info_database, bool? use_message_database, bool? use_secret_chats, bool? enable_storage_optimizer, String? system_language_code, num? new_verbosity_level, String? application_version, String? device_model, String? system_version, String? database_key, bool? start, String? database_encryption_key, bool? use_test_dc}) → TelegramClientLibraryTdlibOptionParameter -
return original data json
override
-
empty(
) → TelegramClientLibraryTdlibOptionParameter -
create TelegramClientLibraryTdlibOptionParameter
Empty
override