skrtdev / NovaGram

An Object-Oriented PHP library for Telegram Bots
https://novagram.gaetano.eu.org/
MIT License
181 stars 20 forks source link

Add updates handling on status #3

Open code-a1 opened 3 years ago

code-a1 commented 3 years ago

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

gian0012 commented 3 years ago

cool

skrtdev commented 3 years ago

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

skrtdev commented 3 years ago

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