ChatInviteLink class
Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual
- Inheritance
-
- Object
- JsonSchemeByAzkadev
- ChatInviteLink
Constructors
- ChatInviteLink(Map rawData)
- Generate By General Universe Script Dont edit by hand or anything manual
Properties
- creates_join_request ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- creator_user_id ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- date ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- edit_date ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- expiration_date ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- expired_member_count ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- invite_link ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_primary ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- is_revoked ↔ bool?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- isEmpty → bool
-
Whether there is no key/value pair in the map.
no setterinherited
- isNotEmpty → bool
-
Whether there is at least one key/value pair in the map.
no setterinherited
- member_count ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- member_limit ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- name ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- pending_join_request_count ↔ num?
-
Generate By General Universe Script Dont edit by hand or anything manual
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_return_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- special_type ↔ String?
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
- subscription_pricing ↔ StarSubscriptionPricing
-
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
Methods
-
cast<
R> () → R -
convert to other
inherited
-
castOrNull<
R> () → R? -
convert to other
inherited
-
json_scheme_utils_checkDataIsSameBuilder(
{required bool onResult(Map rawData, Map defaultData)}) → bool - check value data whatever do yout want
-
json_scheme_utils_checkDataIsSameBySpecialType(
) → bool - check data if raw data
-
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 -
GeneralUniverse
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) → void -
operator map data
inherited
-
operator +(
dynamic value) → Map -
operator map data
inherited
-
operator -(
dynamic value) → Map -
return original data json
inherited
-
operator /(
dynamic value) → void -
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
- defaultDataSpecialType → String
-
return default special type @type
"chatInviteLink"
no setter
Static Methods
-
create(
{bool schemeUtilsIsSetDefaultData = false, String special_type = "chatInviteLink", String special_return_type = "chatInviteLink", String? invite_link, String? name, num? creator_user_id, num? date, num? edit_date, num? expiration_date, StarSubscriptionPricing? subscription_pricing, num? member_limit, num? member_count, num? expired_member_count, num? pending_join_request_count, bool? creates_join_request, bool? is_primary, bool? is_revoked}) → ChatInviteLink -
Generate By General Universe Script Dont edit by hand or anything manual
override
-
empty(
) → ChatInviteLink -
create ChatInviteLink
Empty
override