defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "openWebApp",
    "@return_type": "webAppInfo",
    "is_tdlib_method": true,
    "chat_id": 0,
    "bot_user_id": 0,
    "url": "",
    "message_thread_id": 0,
    "reply_to": {"@type": "inputMessageReplyTo"},
    "parameters": {"@type": "webAppOpenParameters"}
  };
}