Ruben Bermudez
Ruben Bermudez
This should be completed now
Please check new version HttpClient is no used anymore
This should be fully supported now
All of this code is gone now, can you check with new version?
You can consume the `message_reaction` updates from Update class and handle them: https://core.telegram.org/bots/api#update
@PigPinv in such a group with hidden list, do you see join/leave notifications as a normal user?
this MR is pre-version 7, will need some changes to be able to merge.
@chpasha have you try adding this to your bot? ``` @AfterBotRegistration @Override public void onRegister() { super.onRegister(); } ``` That should ensure that, after registering the bot in spring, the...
I don't think abilities was built with spring boot in mind. Hence it requires some extra workarounds to make it work.
Are you correctly saving your users in UsersHandler#onUsers so then DatabaseManager#getUserId can retrieve it? It looks like you are not saving the users correctly so the api is unable to...