tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "sendChecklist",
  "req_body": {
    "json": {
      "business_connection_id": "c-id",
      "chat_id": 1,
      "checklist": {
        "title": "test",
        "tasks": [
          {
            "id": 1,
            "text": "test"
          }
        ]
      }
    }
  },
  "rep_body": {
    "ok": true,
    "result": {
      "message_id": 1,
      "date": 0,
      "chat": {
        "type": "group",
        "id": 1,
        "title": "Test"
      },
      "from": {
        "id": 1,
        "first_name": "John",
        "is_bot": false
      },
      "checklist": {
        "title": "test",
        "tasks": [
          {
            "id": 1,
            "text": "test"
          }
        ]
      },
      "is_automatic_forward": false,
      "has_protected_content": false
    }
  }
}