defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "setChatBackground",
    "@return_type": "ok",
    "is_tdlib_method": true,
    "chat_id": 0,
    "background": {"@type": "inputBackground"},
    "type": {"@type": "backgroundType"},
    "dark_theme_dimming": 0,
    "only_for_self": false
  };
}