defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "setDefaultBackground",
    "@return_type": "background",
    "is_tdlib_method": true,
    "background": {"@type": "inputBackground"},
    "type": {"@type": "backgroundType"},
    "for_dark_theme": false
  };
}