Telegram
Telegram is a non-profit, cloud-based instant messaging service. It offers open source clients for a multitude of operating systems and powerful APIs that allow developers to create their own clients and chat bots.
Here are 8,716 public repositories matching this topic...
Telegram Desktop messaging app
-
Updated
May 1, 2022 - C++
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
-
Updated
May 1, 2022 - Go
Telegram web application, GPL v3
-
Updated
Mar 23, 2022 - JavaScript
Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Apr 11, 2022 - Python
Free and Open Source messaging and emailing app that combines common web applications into one.
-
Updated
Apr 21, 2022 - JavaScript
It's impossible to pass extra options like ip_address to setWebhook when using launch
- Telegraf.js Version: v4
Python Telegram bot api.
-
Updated
May 1, 2022 - Python
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
-
Updated
Jun 28, 2021 - Swift
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
-
Updated
May 1, 2022 - Go
Cross-platform library for building Telegram clients
-
Updated
Apr 28, 2022 - C++
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
-
Updated
Mar 25, 2022 - Swift
The Pokemon Go Bot, baking with community.
-
Updated
Jun 1, 2021 - Python
Open source Uber #deleteuber
-
Updated
Mar 19, 2022 - Go
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
-
Updated
Apr 30, 2022
PHP Telegram Bot based on the official Telegram Bot API
-
Updated
Apr 30, 2022 - PHP
Java library to create bots using Telegram Bots API
-
Updated
Apr 24, 2022 - Java
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
-
Updated
Apr 30, 2022 - Python
-
Updated
Mar 31, 2022 - PHP
.NET Client for Telegram Bot API
-
Updated
May 1, 2022 - C#
Created by Telegram Messenger LLP
Released August 2013
- Organization
- TelegramMessenger
- Website
- telegram.org
- Wikipedia
- Wikipedia


This issue addresses two things that are somewhat related
Enforcement of constraints for arguments
A lot of arguments have constraints - e.g. a maximum message length. I a few rare places, we actually enforce these constraints like here
https://github.com/python-telegram-bot/python-telegram-bot/blob/92cb6f3ae8d5c3e49b9019a9348d4408135ffc95/telegram/bot.py#L3814-L3824
but we don't d