UNPKG

telegraf

Version:

📡 Modern Telegram bot framework

53 lines (52 loc) • 1.74 kB
<!DOCTYPE html> <html> <head> <title>Telegraf :: Modern Telegram bot framework for Node.js</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css"> <link rel="shortcut icon" href="https://github.com/telegraf/telegraf/raw/master/docs/telegraf.png"> <link rel="apple-touch-icon" href="https://github.com/telegraf/telegraf/raw/master/docs/telegraf.png"> <style> .markdown-body a, .markdown-body .markdown-heading:focus { color:#FF3D00; } .token.string { color: #183691; } .nav-list .nav-item >a.router-link-active, .nav-list .nav-item >div.router-link-active { color:#FF3D00; border-bottom-color:#FF3D00; } .nav-list .nav-item-dropdown .dropdown-list .dropdown-item .router-link:hover, .nav-list .nav-item-dropdown .dropdown-list .dropdown-item .router-link-active { color:#FF3D00; } .sidebar-headings .sidebar-heading .sidebar-heading-anchor.active, .sidebar-headings .sidebar-heading .sidebar-heading-anchor:hover { color:#FF3D00; } /* nprogress */ #nprogress .bar { background:#FF3D00; } #nprogress .spinner-icon { border-top-color:#FF3D00; border-left-color:#FF3D00; } .search-form .svg-icon.do-search:hover { color:#FF3D00; } a:hover, .link:hover { color:#FF3D00; } </style> </head> <body> <div id="app"></div> <script src="https://unpkg.com/docute/dist/docute.js"></script> <script> docute.init({ repo: 'telegraf/telegraf' }) </script> </body> </html>