-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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 history (recent chat) and in the event polling.
Reactions are currently unavailable