tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "getMyCommands",
  "req_body": {
    "json": {
      "language_code": "ru",
      "scope": {
        "type": "default"
      }
    }
  },
  "rep_body": {
    "ok": true,
    "result": [
      {
        "command": "test",
        "description": "test",
        "is_ephemeral": true
      }
    ]
  }
}