2022-02-23 16:30:26 +01:00
<!DOCTYPE html>
< html class = "" >
< head >
< meta charset = "utf-8" >
2022-10-14 15:19:48 +02:00
< title > Bot API Library Examples< / title >
2022-02-23 16:30:26 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2022-10-14 15:45:09 +02:00
< meta property = "description" content = "A full tutorial covering everything from configuring your environment to deploying your finished bot is available here.…" >
2022-10-14 15:19:48 +02:00
< meta property = "og:title" content = "Bot API Library Examples" >
2022-02-23 16:30:26 +01:00
< meta property = "og:image" content = "" >
2022-10-14 15:45:09 +02:00
< meta property = "og:description" content = "A full tutorial covering everything from configuring your environment to deploying your finished bot is available here.…" >
2022-04-21 15:52:36 +02:00
< link rel = "icon" type = "image/svg+xml" href = "/img/website_icon.svg?4" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/img/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/img/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/img/favicon-16x16.png" >
< link rel = "alternate icon" href = "/img/favicon.ico" type = "image/x-icon" / >
2022-02-23 16:30:26 +01:00
< link href = "/css/bootstrap.min.css?3" rel = "stylesheet" >
2022-11-21 13:10:26 +01:00
< link href = "/css/telegram.css?233" rel = "stylesheet" media = "screen" >
2022-02-23 16:30:26 +01:00
< style >
< / style >
< / head >
< body class = "preload" >
< div class = "dev_page_wrap" >
< div class = "dev_page_head navbar navbar-static-top navbar-tg" >
< div class = "navbar-inner" >
< div class = "container clearfix" >
< ul class = "nav navbar-nav navbar-right hidden-xs" > < li class = "navbar-twitter" > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > < i class = "icon icon-twitter" > < / i > < span > Twitter< / span > < / a > < / li > < / ul >
< ul class = "nav navbar-nav" >
< li > < a href = "//telegram.org/" > Home< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
< li class = "hidden-xs" > < a href = "//telegram.org/apps" > Apps< / a > < / li >
< li class = "" > < a href = "/api" > API< / a > < / li >
< li class = "" > < a href = "/mtproto" > Protocol< / a > < / li >
< li class = "" > < a href = "/schema" > Schema< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "container clearfix" >
< div class = "dev_page" >
< div id = "dev_page_content_wrap" class = " " >
2022-10-14 15:19:48 +02:00
< div class = "dev_page_bread_crumbs" > < ul class = "breadcrumb clearfix" > < li > < a href = "/bots" > Telegram Bots< / a > < / li > < i class = "icon icon-breadcrumb-divider" > < / i > < li > < a href = "/bots/samples" > Bot API Library Examples< / a > < / li > < / ul > < / div >
< h1 id = "dev_page_title" > Bot API Library Examples< / h1 >
2022-02-23 16:30:26 +01:00
< div id = "dev_page_content" > < blockquote >
2022-10-14 15:45:09 +02:00
< p > A < strong > full tutorial< / strong > covering everything from < a href = "/bots/tutorial#getting-ready" > configuring your environment< / a > to < a href = "/bots/tutorial#hosting" > deploying< / a > your finished bot is available < a href = "/bots/tutorial" > here< / a > .< / p >
2022-10-14 15:19:48 +02:00
< / blockquote >
2022-10-14 15:45:09 +02:00
< p > This page lists some libraries and frameworks < strong > developed by the Telegram community< / strong > – you should take care to report any bugs you may find to the respective developers, as these projects are not maintained by Telegram.< / p >
< p > Ping us on < a href = "https://telegram.me/botsupport" > @BotSupport< / a > if you would like your library to appear on this page.< / p >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#php" id = "php" name = "php" > < i class = "anchor-icon" > < / i > < / a > PHP< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > PHP Telegram Bot< / strong > . PHP Telegram Bot based on the official Telegram Bot API.
< a href = "https://github.com/php-telegram-bot/core" > https://github.com/php-telegram-bot/core< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Bot Api Base< / strong > . Clear and simple Telegram Bot API.
< a href = "https://github.com/tg-bot-api/bot-api-base" > https://github.com/tg-bot-api/bot-api-base< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > PHP Telegram API< / strong > . A complete async capable Telegram Bot API implementation for PHP7.
< a href = "https://github.com/unreal4u/telegram-api" > https://github.com/unreal4u/telegram-api< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Nutgram< / strong > . The Telegram bot framework that doesn't drive you nuts.
< a href = "https://github.com/nutgram/nutgram" > https://github.com/nutgram/nutgram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > klev-o/telegram-bot-api< / strong > . Simple and convenient object-oriented implementation Telegram Bot API with PHP version ^7.4 support.
< a href = "https://github.com/klev-o/telegram-bot-api" > https://github.com/klev-o/telegram-bot-api< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Bot PHP< / strong > . A library that makes using Telegram Bot API much easier.
< a href = "https://github.com/telegram-bot-php/core" > https://github.com/telegram-bot-php/core< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > NeleBot X Framework< / strong > . Framework for Telegram Bot API.
< a href = "https://github.com/NeleB54Gold/NeleBotX" > https://github.com/NeleB54Gold/NeleBotX< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Bot API PHP SDK< / strong > . Telegram Bot API PHP SDK. Supports Laravel out of the box.
< a href = "https://github.com/irazasyed/telegram-bot-sdk" > https://github.com/irazasyed/telegram-bot-sdk< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegraph< / strong > . A Laravel package for fluently interacting with Telegram Bots.
< a href = "https://github.com/def-studio/telegraph" > https://github.com/def-studio/telegraph< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TeleBot< / strong > . Easy way to create Telegram bots in PHP. Rich Laravel support out of the box.
< a href = "https://github.com/westacks/telebot" > https://github.com/westacks/telebot< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Simple Bot API< / strong > . Simple & Easy Telegram Bot API.
< a href = "https://github.com/Muaath5/SimpleBotAPI" > https://github.com/Muaath5/SimpleBotAPI< / a > < / p >
2022-11-13 10:21:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > NovaGram< / strong > . An Object-Oriented PHP library for Telegram Bots.
< a href = "https://github.com/skrtdev/NovaGram" > https://github.com/skrtdev/NovaGram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > PHP Telegram Bot Api< / strong > . Native PHP Wrapper for Telegram BOT API.
< a href = "https://github.com/TelegramBot/Api" > https://github.com/TelegramBot/Api< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TuriBot< / strong > . A simple way to communicate with Telegram APIs in PHP.
< a href = "https://github.com/davtur19/TuriBot" > https://github.com/davtur19/TuriBot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TelegramBotApiBundle< / strong > . A symfony wrapper bundle for Telegram Bot API.
< a href = "https://github.com/borsaco/TelegramBotApiBundle" > https://github.com/borsaco/TelegramBotApiBundle< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#go" id = "go" name = "go" > < i class = "anchor-icon" > < / i > < / a > Go< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > go-telegram-bot-api< / strong > . Bindings for the Telegram Bot API.
< a href = "https://github.com/go-telegram-bot-api/telegram-bot-api" > https://github.com/go-telegram-bot-api/telegram-bot-api< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Golang Telegram Bot library< / strong > . An autogenerated wrapper for the Telegram Bot API. Inspired by the python-telegram-bot library.
< a href = "https://github.com/paulsonoflars/gotgbot" > https://github.com/paulsonoflars/gotgbot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telego< / strong > . Telegram Bot API library.
< a href = "https://github.com/mymmrac/telego" > https://github.com/mymmrac/telego< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > echotron< / strong > . An elegant and concurrent library for the Telegram Bot API.
< a href = "https://github.com/NicoNex/echotron" > https://github.com/NicoNex/echotron< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Bot API helper for Golang< / strong > . A Telegram Bot API wrapper.
< a href = "https://github.com/meinside/telegram-bot-go" > https://github.com/meinside/telegram-bot-go< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegrambot< / strong > . Telegram Bot API in Go, but with more clean code.
< a href = "https://github.com/nickname76/telegrambot" > https://github.com/nickname76/telegrambot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > telebot< / strong > . A Telegram bot framework.
< a href = "https://github.com/tucnak/telebot" > https://github.com/tucnak/telebot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > go-tg< / strong > . Library for accessing Telegram Bot API, with batteries for building complex bots included.
< a href = "https://github.com/mr-linch/go-tg" > https://github.com/mr-linch/go-tg< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TgWrap< / strong > . A library with Telegram Bot API bindings.
< a href = "https://github.com/rogozhka/tgwrap" > https://github.com/rogozhka/tgwrap< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Bot API: Go implementation< / strong > . A Telegram IM bots API implementation.
< a href = "https://github.com/temoon/telegram-bots-api" > https://github.com/temoon/telegram-bots-api< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-07-05 15:09:38 +02:00
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#python" id = "python" name = "python" > < i class = "anchor-icon" > < / i > < / a > Python< / h4 >
2022-07-05 15:09:38 +02:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > python-telegram-bot< / strong > . A wrapper you can't refuse.
< a href = "https://github.com/python-telegram-bot/python-telegram-bot" > https://github.com/python-telegram-bot/python-telegram-bot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > pyTelegramBotAPI< / strong > . A simple, but extensible Python implementation for the Telegram Bot API.
< a href = "https://github.com/eternnoir/pyTelegramBotAPI" > https://github.com/eternnoir/pyTelegramBotAPI< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > AIOGram< / strong > . A pretty simple and fully asynchronous library for Telegram Bot API written with asyncio and aiohttp.
< a href = "https://github.com/aiogram/aiogram" > https://github.com/aiogram/aiogram< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TGramBot< / strong > . A partially auto-generated and asynchronous Minimal Telegram Bot API framework.
< a href = "https://github.com/KeralaBots/TGramBot" > https://github.com/KeralaBots/TGramBot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > OrigamiBot< / strong > . A pythonic Telegram bot API library.
< a href = "https://github.com/cmd410/OrigamiBot" > https://github.com/cmd410/OrigamiBot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > pytgbot< / strong > . A module to access the Telegram Bot API.
< a href = "https://github.com/luckydonald/pytgbot" > https://github.com/luckydonald/pytgbot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > teleflask< / strong > . A framework based on flask and pytgbot.
< a href = "https://github.com/luckydonald/teleflask" > https://github.com/luckydonald/teleflask< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#rust" id = "rust" name = "rust" > < i class = "anchor-icon" > < / i > < / a > Rust< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Frankenstein< / strong > . A Telegram Bot API client.
< a href = "https://github.com/ayrat555/frankenstein" > https://github.com/ayrat555/frankenstein< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > teloxide< / strong > . An elegant Telegram bots framework.
< a href = "https://github.com/teloxide/teloxide" > https://github.com/teloxide/teloxide< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Ferrisgram< / strong > . An asynchronous autogenerated wrapper for the Telegram Bot API.
< a href = "https://github.com/ferrisgram/ferrisgram" > https://github.com/ferrisgram/ferrisgram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > carapax< / strong > . A Telegram Bot API framework.
< a href = "https://github.com/tg-rs/carapax" > https://github.com/tg-rs/carapax< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > tgbotapi< / strong > . A library for using the Telegram Bot API.
< a href = "https://github.com/Syfaro/tgbotapi-rs" > https://github.com/Syfaro/tgbotapi-rs< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > telegram-bot< / strong > . A Library for creating a Telegram Bot.
< a href = "https://github.com/telegram-rs/telegram-bot" > https://github.com/telegram-rs/telegram-bot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telebot< / strong > . Write Telegram bots with Tokio and Futures.
< a href = "https://github.com/bytesnake/telebot" > https://github.com/bytesnake/telebot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#kotlin" id = "kotlin" name = "kotlin" > < i class = "anchor-icon" > < / i > < / a > Kotlin< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TelegramBotAPI< / strong > . Type-safe library for work with Telegram Bot API.
< a href = "https://github.com/InsanusMokrassar/TelegramBotAPI" > https://github.com/InsanusMokrassar/TelegramBotAPI< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Kotlin Telegram Bot< / strong > . Telegram Bot API wrapper, with handy Kotlin DSL.
< a href = "https://github.com/vendelieu/telegram-bot" > https://github.com/vendelieu/telegram-bot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Kotlin Telegram Bot< / strong > . A wrapper for the Telegram Bot API.
< a href = "https://github.com/kotlin-telegram-bot/kotlin-telegram-bot" > https://github.com/kotlin-telegram-bot/kotlin-telegram-bot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Bot API in Kotlin Multiplatform< / strong > . Telegram Bot API in Kotlin.
< a href = "https://github.com/omarmiatello/telegram" > https://github.com/omarmiatello/telegram< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > kt-telegram-bot< / strong > . Telegram Bot API library for Kotlin language.
< a href = "https://github.com/elbekD/kt-telegram-bot" > https://github.com/elbekD/kt-telegram-bot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Iris Telegram API< / strong > . Yet another Telegram API bot created with Kotlin.
< a href = "https://github.com/iris2iris/iris-telegram-api" > https://github.com/iris2iris/iris-telegram-api< / a > < / p >
2022-10-10 15:53:01 +02:00
< / li >
2022-02-23 16:30:26 +01:00
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#nodejs" id = "nodejs" name = "nodejs" > < i class = "anchor-icon" > < / i > < / a > Node.js< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegraf< / strong > . Modern Telegram Bot Framework for Node.js.
< a href = "https://github.com/telegraf/telegraf" > https://github.com/telegraf/telegraf< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Node-Telegram-bot< / strong > . Node.js module to interact with the official Telegram Bot API.
< a href = "https://github.com/yagop/node-telegram-bot-api" > https://github.com/yagop/node-telegram-bot-api< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telebot< / strong > . The easy way to write Telegram bots.
< a href = "https://github.com/mullwar/telebot" > https://github.com/mullwar/telebot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Slimbot< / strong > . A fuss-free, thin wrapper around Telegram Bot API for Node.js. No frills.
< a href = "https://github.com/edisonchee/slimbot" > https://github.com/edisonchee/slimbot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#net" id = "net" name = "net" > < i class = "anchor-icon" > < / i > < / a > .NET< / h4 >
2022-07-05 15:09:38 +02:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram.bot< / strong > . .NET Client for Telegram Bot API.
< a href = "https://github.com/TelegramBots/Telegram.Bot" > https://github.com/TelegramBots/Telegram.Bot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram.Bots< / strong > . A .NET 5 wrapper for the Telegram Bot API.
< a href = "https://github.com/TelegramBotsAPI/Telegram.Bots" > https://github.com/TelegramBotsAPI/Telegram.Bots< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > RxTelegram.Bot< / strong > . RxTelegram uses a reactive approach to make Updates available.
< a href = "https://github.com/RxTelegram/RxTelegram.Bot" > https://github.com/RxTelegram/RxTelegram.Bot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram.BotAPI for NET< / strong > . One of the most complete libraries available to interact with the Telegram Bot API.
< a href = "https://github.com/Eptagone/Telegram.BotAPI" > https://github.com/Eptagone/Telegram.BotAPI< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#swift" id = "swift" name = "swift" > < i class = "anchor-icon" > < / i > < / a > Swift< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram Vapor Bot< / strong > . The wrapper for the Telegram Bot API written in Swift with Vapor.
< a href = "https://github.com/nerzh/telegram-vapor-bot" > https://github.com/nerzh/telegram-vapor-bot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > telegram-bot-swift< / strong > . Telegram Bot SDK for Swift.
< a href = "https://github.com/rapierorg/telegram-bot-swift" > https://github.com/rapierorg/telegram-bot-swift< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegrammer< / strong > . Telegram Bot Framework written in Swift 5.1 with SwiftNIO network framework.
< a href = "https://github.com/givip/Telegrammer" > https://github.com/givip/Telegrammer< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#typescript" id = "typescript" name = "typescript" > < i class = "anchor-icon" > < / i > < / a > TypeScript< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > grammY< / strong > . The Telegram Bot Framework.
< a href = "https://github.com/grammyjs/grammY" > https://github.com/grammyjs/grammY< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Nestgram< / strong > . Framework for working with Telegram Bot API on TypeScript like Nest.js.
< a href = "https://github.com/Degreet/nestgram" > https://github.com/Degreet/nestgram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > puregram< / strong > . Powerful and modern telegram bot api sdk for node.js and typescript.
< a href = "https://github.com/nitreojs/puregram" > https://github.com/nitreojs/puregram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#java" id = "java" name = "java" > < i class = "anchor-icon" > < / i > < / a > Java< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > TelegramBots< / strong > . A simple to use library to create Telegram Bots.
< a href = "https://github.com/rubenlagus/TelegramBots" > https://github.com/rubenlagus/TelegramBots< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Java API< / strong > . Telegram Bot API for Java.
< a href = "https://github.com/pengrad/java-telegram-bot-api" > https://github.com/pengrad/java-telegram-bot-api< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > ReBot< / strong > . A Java EE Telegram Bot API.
< a href = "https://github.com/rebasing-xyz/rebot" > https://github.com/rebasing-xyz/rebot< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-02-23 16:30:26 +01:00
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#scala" id = "scala" name = "scala" > < i class = "anchor-icon" > < / i > < / a > Scala< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > canoe< / strong > . Functional Telegram Bot API.
< a href = "https://github.com/augustjune/canoe" > https://github.com/augustjune/canoe< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > bot4s.telegram< / strong > . Simple, extensible, strongly-typed wrapper for the Telegram Bot API.
< a href = "https://github.com/bot4s/telegram" > https://github.com/bot4s/telegram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > F[Tg] - Telegramium< / strong > . Pure functional Telegram Bot API implementation.
< a href = "https://github.com/apimorphism/telegramium" > https://github.com/apimorphism/telegramium< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#ruby" id = "ruby" name = "ruby" > < i class = "anchor-icon" > < / i > < / a > Ruby< / h4 >
2022-02-23 16:30:26 +01:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > Telegram::Bot< / strong > . Ruby gem for building Telegram Bot with optional Rails integration.
< a href = "https://github.com/telegram-bot-rb/telegram-bot" > https://github.com/telegram-bot-rb/telegram-bot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > < strong > telegram-bot-ruby< / strong > . Ruby wrapper for Telegram's Bot API.
< a href = "https://github.com/atipugin/telegram-bot-ruby" > https://github.com/atipugin/telegram-bot-ruby< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
< / ul >
2022-11-15 01:03:58 +01:00
< h4 > < a class = "anchor" href = "#other-languages" id = "other-languages" name = "other-languages" > < i class = "anchor-icon" > < / i > < / a > Other Languages< / h4 >
2022-07-05 15:09:38 +02:00
< ul >
2022-11-15 01:03:58 +01:00
< li >
< p > Elixir. < strong > ExGram< / strong > . Telegram Bot API low level API and framework.
< a href = "https://github.com/rockneurotiko/ex_gram" > https://github.com/rockneurotiko/ex_gram< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Elixir. < strong > Nadia< / strong > . Telegram Bot API Wrapper.
< a href = "https://github.com/zhyu/nadia" > https://github.com/zhyu/nadia< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > C++. < strong > tgbot-cpp< / strong > . A library for Telegram Bot API.
< a href = "https://github.com/reo7sp/tgbot-cpp" > https://github.com/reo7sp/tgbot-cpp< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > C++. < strong > tgbot< / strong > . A library for Telegram Bot API with generated API types and methods.
< a href = "https://github.com/egorpugin/tgbot" > https://github.com/egorpugin/tgbot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Dart. < strong > TeleDart< / strong > . A library interfacing with the latest Telegram Bot API.
< a href = "https://github.com/DinoLeung/TeleDart" > https://github.com/DinoLeung/TeleDart< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Pascal. < strong > TGBotMini< / strong > . Telegram Bot Mini API.
< a href = "https://github.com/HemulGM/TGBotMini" > https://github.com/HemulGM/TGBotMini< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Clojure. < strong > telegrambot-lib< / strong > . A library for interacting with the Telegram Bot API.
< a href = "https://github.com/wdhowe/telegrambot-lib" > https://github.com/wdhowe/telegrambot-lib< / a > < / p >
2022-07-05 15:09:38 +02:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Lua. < strong > telegram-bot-lua< / strong > . A feature-filled Telegram Bot API library.
< a href = "https://github.com/wrxck/telegram-bot-lua" > https://github.com/wrxck/telegram-bot-lua< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > OCaml. < strong > TelegraML< / strong > . A library for creating bots for Telegram.
< a href = "https://github.com/nv-vn/TelegraML" > https://github.com/nv-vn/TelegraML< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Haskell. < strong > haskell-telegram-api< / strong > . High-level bindings to the Telegram Bot API based on < a href = "https://haskell-servant.github.io/" > servant< / a > library.
< a href = "https://github.com/klappvisor/haskell-telegram-api" > https://github.com/klappvisor/haskell-telegram-api< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< li >
< p > Perl. < strong > Telegram Bot< / strong > . A genuine Perl 6 client for the Telegram's Bot API.
< a href = "https://github.com/GildedHonour/TelegramBot" > https://github.com/GildedHonour/TelegramBot< / a > < / p >
2022-02-23 16:30:26 +01:00
< / li >
2022-11-15 01:03:58 +01:00
< / ul > < / div >
2022-02-23 16:30:26 +01:00
< / div >
< / div >
< / div >
< div class = "footer_wrap" >
< div class = "footer_columns_wrap footer_desktop" >
< div class = "footer_column footer_column_telegram" >
< h5 > Telegram< / h5 >
< div class = "footer_telegram_description" > < / div >
Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/faq" > FAQ< / a > < / li >
2022-09-09 12:10:24 +02:00
< li > < a href = "//telegram.org/privacy" > Privacy< / a > < / li >
2022-09-09 23:58:59 +02:00
< li > < a href = "//telegram.org/press" > Press< / a > < / li >
2022-02-23 16:30:26 +01:00
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#mobile-apps" > Mobile Apps< / a > < / h5 >
< ul >
< li > < a href = "//telegram.org/dl/ios" > iPhone/iPad< / a > < / li >
2022-09-09 23:58:59 +02:00
< li > < a href = "//telegram.org/android" > Android< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Mobile Web< / a > < / li >
2022-02-23 16:30:26 +01:00
< / ul >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps#desktop-apps" > Desktop Apps< / a > < / h5 >
< ul >
< li > < a href = "//desktop.telegram.org/" > PC/Mac/Linux< / a > < / li >
< li > < a href = "//macos.telegram.org/" > macOS< / a > < / li >
< li > < a href = "//telegram.org/dl/web" > Web-browser< / a > < / li >
< / ul >
< / div >
< div class = "footer_column footer_column_platform" >
< h5 > < a href = "/" > Platform< / a > < / h5 >
< ul >
< li > < a href = "/api" > API< / a > < / li >
< li > < a href = "//translations.telegram.org/" > Translations< / a > < / li >
< li > < a href = "//instantview.telegram.org/" > Instant View< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "footer_columns_wrap footer_mobile" >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/faq" > About< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/blog" > Blog< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "//telegram.org/apps" > Apps< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "/" > Platform< / a > < / h5 >
< / div >
< div class = "footer_column" >
< h5 > < a href = "https://twitter.com/telegram" target = "_blank" data-track = "Follow/Twitter" onclick = "trackDlClick(this, event)" > Twitter< / a > < / h5 >
< / div >
< / div >
< / div >
< / div >
2022-04-19 13:17:31 +02:00
< script src = "/js/main.js?46" > < / script >
2022-02-23 16:30:26 +01:00
< script > b a c k T o T o p I n i t ( " G o u p " ) ;
removePreloadInit();
< / script >
< / body >
< / html >