tgbot-mastodon-sync 0.2.2

A Telegram bot synchronizes Telegram messages to Mastodon
Documentation
{
  "db": "SQLite",
  "197680abd1e0748f946b0eb251abe98f27993cf60322ffed29316174c3a4b3f0": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 1
      }
    },
    "query": "\nDELETE FROM mastodon_login_user\nWHERE tg_user_id = ?1\n        "
  },
  "243b287029122058efc5dd7ffad4d127af4d23e85aa7382b1734ee9bb94e8d10": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 6
      }
    },
    "query": "\nINSERT INTO mastodon_client ( domain, client_id, client_secret, redirect, scopes, force_login )\nVALUES ( ?1, ?2, ?3, ?4, ?5, ?6 )\n        "
  },
  "4e9e4908c1bc5f68c5876dc9c3e08179da25d479d46afa2034ac6c696087078c": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 2
      }
    },
    "query": "\nINSERT OR REPLACE INTO mastodon_login_user ( tg_user_id, mastodon_async_data )\nVALUES ( ?1, ?2 )\n        "
  },
  "6e1c34dcefd45de463743041d12eaf56340fa8aa6afc01e5279312af3946805f": {
    "describe": {
      "columns": [
        {
          "name": "tg_user_id",
          "ordinal": 0,
          "type_info": "Int64"
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 0
      }
    },
    "query": "\nSELECT tg_user_id\nFROM mastodon_login_user\n        "
  },
  "b34e77710302775faff2d7fd94e14e9abed360df4690cfcb8cadfa88dd5dc35d": {
    "describe": {
      "columns": [
        {
          "name": "mastodon_async_data",
          "ordinal": 0,
          "type_info": "Text"
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "\nSELECT mastodon_async_data\nFROM mastodon_login_user\nWHERE tg_user_id = ?1\n        "
  },
  "c44b4f7267d46abfe8614de8c6b7754cf2fa657b43773396a37ee5038fe12d88": {
    "describe": {
      "columns": [
        {
          "name": "media_json",
          "ordinal": 0,
          "type_info": "Text"
        }
      ],
      "nullable": [
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "\nSELECT media_json\nFROM telegram_media_group\nWHERE group_id = ?1\nORDER BY msg_id\n        "
  },
  "cabdeabbaec8a6204439bc3f1b860237cd669d5188c609105bd117655f57c0a6": {
    "describe": {
      "columns": [],
      "nullable": [],
      "parameters": {
        "Right": 3
      }
    },
    "query": "\nINSERT OR REPLACE INTO telegram_media_group ( group_id, msg_id, media_json )\nVALUES ( ?1, ?2, ?3 )\n        "
  },
  "ea8aa9783db4438ed417482e31b463b4c17d3d32d1cc9661abf817fd39db5a0d": {
    "describe": {
      "columns": [
        {
          "name": "client_id",
          "ordinal": 0,
          "type_info": "Text"
        },
        {
          "name": "client_secret",
          "ordinal": 1,
          "type_info": "Text"
        },
        {
          "name": "redirect",
          "ordinal": 2,
          "type_info": "Text"
        },
        {
          "name": "scopes",
          "ordinal": 3,
          "type_info": "Text"
        },
        {
          "name": "force_login",
          "ordinal": 4,
          "type_info": "Int64"
        }
      ],
      "nullable": [
        false,
        false,
        false,
        false,
        false
      ],
      "parameters": {
        "Right": 1
      }
    },
    "query": "\nSELECT client_id, client_secret, redirect, scopes, force_login\nFROM mastodon_client\nWHERE domain = ?1\n        "
  }
}