defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "botWriteAccessAllowReason",
"@is_json_scheme_class": true,
"@return_type": "botWriteAccessAllowReason",
"bot_write_access_allow_reason_connected_website": {"@type": "botWriteAccessAllowReasonConnectedWebsite"},
"bot_write_access_allow_reason_added_to_attachment_menu": {"@type": "botWriteAccessAllowReasonAddedToAttachmentMenu"},
"bot_write_access_allow_reason_launched_web_app": {"@type": "botWriteAccessAllowReasonLaunchedWebApp"},
"bot_write_access_allow_reason_accepted_request": {"@type": "botWriteAccessAllowReasonAcceptedRequest"}
};
}