-
Updated
Mar 23, 2022 - Python
telegram-api
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 564 public repositories matching this topic...
-
Updated
Mar 30, 2022 - PHP
-
Updated
Mar 28, 2022 - Python
-
Updated
Feb 28, 2022 - PHP
-
Updated
Feb 22, 2022 - Java
-
Updated
Dec 1, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Jan 24, 2022 - PHP
-
Updated
Jan 12, 2022 - C++
-
Updated
Jun 30, 2020 - Python
It’s been a while but telegram now sends the user locale as part of the message. I always thought of doing this but thought it would not be useful... until I started receiving comments from admins from foreign groups in which users might have trouble with the default language of GB (English).
Description
Add examples for
-
Updated
Mar 25, 2022 - JavaScript
Gentle Exit
Feature_Request
Is your feature request related to a problem? Please describe.
- Since the script has the ability to maintain where it left off, why not incorporate a "gentle shutdown" feature to allow the script to gently exit and record the last post id scraped, instead of pressing Ctrl-C and immediately forcing the script to come to a full stop?
**Describe the solution you'd like
-
Updated
Mar 26, 2022 - Scala
-
Updated
Mar 30, 2022 - Python
-
Updated
Feb 17, 2022 - Python
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
Friendly methods
Use of raw API should be the exception, not the norm. Our client should offer an idiomatic interface for the most commonly used methods.
Starting by porting Telethon's client methods would be a good start (not including all, and not necessarily with the same name).
Methods which are in my opinion worth implementing
-
Updated
May 27, 2021 - Python
-
Updated
Oct 3, 2019 - JavaScript
-
Updated
Feb 26, 2022 - Python
Created by Telegram Messenger LLP
Released August 2013
- Organization
- TelegramMessenger
- Website
- telegram.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add
context.Contextto every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple