-
Updated
May 23, 2020 - Python
mtproto
Here are 100 public repositories matching this topic...
-
Updated
May 23, 2020 - PHP
When entering 2FA password it is shown in plain text. This is because it uses input:
I suggest to replacing it with with getpass.getpass().
When you Ctrl + Scroll on an image, it zooms in. Regular scrolling moves it up and down but holding down Shift doesn't make it scroll horizontally unlike other apps.
This would really help with navigation so it would be nice if it could get implemented
Really great work! I've been using your version instead the official!
Can you add CMD/CTRL + K shortcut to quickly find user contact conversation and start/continue conversation.
It's useful even if automatically focus the search mode, without creating a new modal (like official native app)
Thanks
-
Updated
Dec 26, 2018 - Go
-
Updated
May 27, 2020 - Go
-
Updated
Nov 13, 2019 - JavaScript
TelegramApi's messages.sendMessage is messages.sendMessage#fa88427a. According to all docs I can find, this should be messages.sendMessage#4cde0aab. Why does the "fa88" version work, and are there docs anywhere to explain the difference?
-
Updated
Dec 14, 2017 - Go
-
Updated
Nov 26, 2018 - C#
-
Updated
May 20, 2020 - JavaScript
-
Updated
May 23, 2020 - PHP
-
Updated
Jun 2, 2018 - JavaScript
-
Updated
Jul 11, 2018
Any product will be useless unless people know how to use it. Once we settle on a stable design, we should document every public module of (at least) the client library with instructions on how to get started, where to look, a section on using raw API and understanding the return types…
Use logging
-
Updated
Apr 30, 2020 - C
-
Updated
May 25, 2020 - Python
-
Updated
May 27, 2020 - Shell
-
Updated
May 20, 2020 - Lua
Improve this page
Add a description, image, and links to the mtproto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mtproto topic, visit your repo's landing page and select "manage topics."
The code that generates https://tl.telethon.dev is a mess and should be cleaned up. In particular, things like "here" being a link are a sign of poor accessibility (the link should be self-descriptive), and "bot index" inside a namespace (e.g. the "here" in https://tl.telethon.dev/methods/account/index.html) lead to a 404.
Generating the bot index should not rely on querying the filesystem and