general_api_schemes top-level property

List<Map<String, dynamic>> general_api_schemes
final

UncompleteDocumentation

Implementation

final List<Map<String, dynamic>> general_api_schemes = [
  {
    "@type": "checkOutAds",
    "ads": {
      "@type": "createAds",
    },
  },
  {
    "@type": "createAds",
    "is_anonymous": false,
    "is_anonymous_locked": false,
    "amount_day": 0,
    "show_on_platforms": [
      "",
    ],
    "author": {
      "@type": "authorAds",
      "is_locked": false,
      "platform_id": "",
      "account_user_id": 0,
      "full_name": "",
      "photo_profile": "",
      "photo_path": "",
      "url": "",
    },
    "ads": {
      "@type": "contentAds",
      "ads_unique_id": "",
      "content_type": "",
      "medias": [
        "",
      ],
      "caption": "",
      "inline_keyboard": [
        [
          {
            "@type": "inlineKeyboard",
            "url": "",
          },
        ],
      ],
    },
  },
];