Andrey Shcherbachev
Results
2
comments of
Andrey Shcherbachev
Try ``` tele.Settings{ ... Poller: &tele.LongPoller{..., AllowedUpdates: []string{"message", "chat_member", "callback_query"}}, ... } ```
> Why is it disabled by default? As far as I can tell: in other libraries(ex. aiogram), these allowed updates are automatically added when handlers are added.