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,923 public repositories matching this topic...
Telegram Desktop messaging app
-
Updated
Jun 1, 2022 - C++
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
-
Updated
May 31, 2022 - Go
Telegram web application, GPL v3
-
Updated
Mar 23, 2022 - JavaScript
Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
May 31, 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
Jun 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 21, 2022 - Go
Cross-platform library for building Telegram clients
-
Updated
May 31, 2022 - C++
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
-
Updated
May 16, 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
May 12, 2022
PHP Telegram Bot based on the official Telegram Bot API
-
Updated
May 23, 2022 - PHP
Java library to create bots using Telegram Bots API
-
Updated
May 29, 2022 - Java
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
-
Updated
May 26, 2022 - Python
-
Updated
May 28, 2022 - PHP
A third-party Telegram android app.
-
Updated
May 28, 2022 - Java
.NET Client for Telegram Bot API
-
Updated
May 17, 2022 - C#
Created by Telegram Messenger LLP
Released August 2013
- Organization
- TelegramMessenger
- Website
- telegram.org
- Wikipedia
- Wikipedia


Current situation
Telegram currently offers attribute
message_idtoMessage. But this is inconsistent with the rest of their API, e.g.Chat.id,User.id,InlineQuery.id, etc. We can offer a convenience propertyMessage.idwhich will make it more consistent and make it less prone to errors, e.g. when someone forgets it'smessage_idand notid.Proposed change
Add the