AttachmentMenuBot class

Generate By Azka Axelion Gibran Aka AZKADEV Script Dont edit by hand or anything manual

Inheritance

Constructors

AttachmentMenuBot(Map rawData)
Generate By General Universe Script Dont edit by hand or anything manual

Properties

android_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
android_side_menu_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
bot_user_id num?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
default_icon File
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
icon_color AttachmentMenuBotColor
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
ios_animated_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
ios_side_menu_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
ios_static_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
is_added 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
macos_icon File
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
macos_side_menu_icon File
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
name_color AttachmentMenuBotColor
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
rawData Map
return original data json
getter/setter pairinherited
request_write_access bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show_disclaimer_in_side_menu bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
show_in_attachment_menu bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
show_in_side_menu bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
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
supports_bot_chats bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
supports_channel_chats bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
supports_group_chats bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
supports_self_chat bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
supports_user_chats bool?
Generate By General Universe Script Dont edit by hand or anything manual
getter/setter pair
web_app_placeholder File
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 "attachmentMenuBot"
no setter

Static Methods

create({bool schemeUtilsIsSetDefaultData = false, String special_type = "attachmentMenuBot", String special_return_type = "attachmentMenuBot", num? bot_user_id, bool? supports_self_chat, bool? supports_user_chats, bool? supports_bot_chats, bool? supports_group_chats, bool? supports_channel_chats, bool? request_write_access, bool? is_added, bool? show_in_attachment_menu, bool? show_in_side_menu, bool? show_disclaimer_in_side_menu, String? name, AttachmentMenuBotColor? name_color, File? default_icon, File? ios_static_icon, File? ios_animated_icon, File? ios_side_menu_icon, File? android_icon, File? android_side_menu_icon, File? macos_icon, File? macos_side_menu_icon, AttachmentMenuBotColor? icon_color, File? web_app_placeholder}) AttachmentMenuBot
Generate By General Universe Script Dont edit by hand or anything manual
override
empty() AttachmentMenuBot
create AttachmentMenuBot Empty
override