-
Updated
Aug 28, 2021 - 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 477 public repositories matching this topic...
-
Updated
Jul 13, 2021 - PHP
-
Updated
Aug 25, 2021 - PHP
-
Updated
Aug 28, 2021 - Java
-
Updated
Aug 24, 2021 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Aug 25, 2021 - PHP
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).
-
Updated
Jun 30, 2020 - Python
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Aug 28, 2021 - Scala
-
Updated
Aug 23, 2021 - Python
Description
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
References
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Feb 16, 2021 - 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
May 27, 2021 - Python
-
Updated
Oct 3, 2019 - 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
Apr 5, 2018 - PHP
-
Updated
Jul 21, 2021 - Python
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.Context
to every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple