defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "inputChatPhoto",
    "@is_json_scheme_class": true,
    "@return_type": "inputChatPhoto",
    "input_chat_photo_previous": {"@type": "inputChatPhotoPrevious"},
    "input_chat_photo_static": {"@type": "inputChatPhotoStatic"},
    "input_chat_photo_animation": {"@type": "inputChatPhotoAnimation"},
    "input_chat_photo_sticker": {"@type": "inputChatPhotoSticker"}
  };
}