defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getInlineQueryResults",
    "@return_type": "inlineQueryResults",
    "is_tdlib_method": true,
    "bot_user_id": 0,
    "chat_id": 0,
    "user_location": {"@type": "location"},
    "query": "",
    "offset": ""
  };
}