-
Updated
Dec 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 525 public repositories matching this topic...
-
Updated
Dec 29, 2021 - PHP
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 25, 2021 - PHP
-
Updated
Dec 8, 2021 - Java
-
Updated
Dec 1, 2021 - Python
-
Updated
Oct 18, 2021 - Python
-
Updated
Sep 26, 2021 - PHP
-
Updated
Dec 28, 2021 - C++
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
Dec 22, 2021 - JavaScript
Description
Layer 135 introduces send_as
parameter for sending messages as channel.
I think we can add a As
method to set channel to send as.
-
Updated
Dec 22, 2021 - Scala
-
Updated
Dec 22, 2021 - Python
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
Aug 8, 2021 - JavaScript
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
May 27, 2021 - Python
-
Updated
Dec 18, 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
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