defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "botInfo",
"@return_type": "botInfo",
"short_description": "",
"description": "",
"photo": {"@type": "photo"},
"animation": {"@type": "animation"},
"menu_button": {"@type": "botMenuButton"},
"commands": [
{"@type": "botCommand"}
],
"privacy_policy_url": "",
"default_group_administrator_rights": {"@type": "chatAdministratorRights"},
"default_channel_administrator_rights": {"@type": "chatAdministratorRights"},
"affiliate_program": {"@type": "affiliateProgramInfo"},
"web_app_background_light_color": 0,
"web_app_background_dark_color": 0,
"web_app_header_light_color": 0,
"web_app_header_dark_color": 0,
"verification_parameters": {"@type": "botVerificationParameters"},
"can_get_revenue_statistics": false,
"can_manage_emoji_status": false,
"has_media_previews": false,
"edit_commands_link": {"@type": "internalLinkType"},
"edit_description_link": {"@type": "internalLinkType"},
"edit_description_media_link": {"@type": "internalLinkType"},
"edit_settings_link": {"@type": "internalLinkType"}
};
}