-
Updated
Oct 21, 2020 - C++
telegram-desktop
Here are 66 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 1, 2020 - C++
-
Updated
Aug 19, 2020
-
Updated
Oct 21, 2019 - Batchfile
-
Updated
Oct 2, 2018
-
Updated
Dec 23, 2018 - Makefile
-
Updated
Oct 7, 2020 - C++
Show in message logs events like "new pinned message", "new user added", etc.
Handle these events here:
app.event_polling(update)
P.S.
A base implementation for these events were done on "show recent history" but not finished:
app.on_selected_chatroom(event, entity):
https://github.com/Hackermen/termgram/blob/master/termgram/app.py#L195
Notification messages must appear in his
-
Updated
Dec 8, 2019 - Shell
-
Updated
Dec 23, 2018 - Python
-
Updated
Nov 7, 2019 - C
-
Updated
Dec 27, 2019 - C#
-
Updated
Jun 11, 2020 - Python
-
Updated
Jul 23, 2020 - Python
-
Updated
Feb 21, 2017 - JavaScript
-
Updated
May 17, 2020
-
Updated
Mar 27, 2017 - Python
-
Updated
Oct 20, 2020
-
Updated
Oct 8, 2017 - Shell
-
Updated
Nov 7, 2019 - Python
-
Updated
May 14, 2018 - JavaScript
-
Updated
Apr 12, 2018 - Shell
-
Updated
Jan 11, 2019
-
Updated
Feb 5, 2017
-
Updated
Jun 22, 2017 - AutoHotkey
Improve this page
Add a description, image, and links to the telegram-desktop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the telegram-desktop topic, visit your repo's landing page and select "manage topics."
Right now only "Happy Path" is implemented for authentication. However auth flow is much more complicated: https://core.telegram.org/api/auth
Also authentication page lacks proper UX, validation, etc.