TelegramClientLibraryClientData class
- Inheritance
-
- Object
- JsonScheme
- TelegramClientLibraryClientData
Constructors
- TelegramClientLibraryClientData(Map rawData)
Properties
- can_join_groups ↔ bool?
-
getter/setter pair
- can_read_all_group_messages ↔ bool?
-
getter/setter pair
- client_data ↔ String?
-
getter/setter pair
- client_id ↔ num?
-
getter/setter pair
- client_tg_user_id ↔ num?
-
getter/setter pair
- client_title ↔ String?
-
getter/setter pair
- client_token ↔ String?
-
getter/setter pair
- client_type ↔ String?
-
getter/setter pair
- client_username ↔ String?
-
getter/setter pair
- created_at ↔ String?
-
getter/setter pair
- expire_date ↔ num?
-
getter/setter pair
- from_bot_type ↔ Object?
-
getter/setter pair
- from_bot_user_id ↔ num?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ num?
-
getter/setter pair
- owner_user_id ↔ 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
- version ↔ String?
-
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 = "telegramClientLibraryClientData", num? id, String? created_at, num? client_tg_user_id, String? client_title, String? client_token, num? owner_user_id, String? client_type, Object? from_bot_type, bool? can_join_groups, bool? can_read_all_group_messages, num? from_bot_user_id, num? expire_date, String? client_username, String? version, num? client_id, String? client_data}) → TelegramClientLibraryClientData -
return original data json
override
-
empty(
) → TelegramClientLibraryClientData -
create TelegramClientLibraryClientData
Empty
override