defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getCommands",
    "@return_type": "botCommands",
    "is_tdlib_method": true,
    "scope": {"@type": "botCommandScope"},
    "language_code": ""
  };
}