NovaGram icon indicating copy to clipboard operation
NovaGram copied to clipboard

Add updates handling on status

Open code-a1 opened this issue 4 years ago • 3 comments

Add updates handling on status of a user/chat (onChatStatus and onUserStatus)

code-a1 avatar Feb 10 '21 14:02 code-a1

cool

gian0012 avatar Feb 10 '21 14:02 gian0012

@code-a1 It checks for status every time the handler is executed even if there are more handlers, resulting in many queries

skrtdev avatar Feb 10 '21 19:02 skrtdev

Current bugs: Handler is fired when setting a status in a precedent handler in the same update Handler works only with text messages, some use cases can require to work with non-text messages too

skrtdev avatar Feb 17 '21 17:02 skrtdev