tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "answerWebAppQuery",
  "req_body": {
    "multipart": {
      "result": {
        "id": "article-id",
        "input_message_content": {
          "rich_message": {
            "blocks": [
              {
                "animation": {
                  "media": "attach://tgbot_file_1",
                  "type": "animation"
                },
                "type": "animation"
              }
            ]
          }
        },
        "title": "article-title",
        "type": "article"
      },
      "tgbot_file_1": "animation-file-data",
      "web_app_query_id": "query-id"
    }
  },
  "rep_body": {
    "ok": true,
    "result": {
      "inline_message_id": "test"
    }
  }
}