There is a task to confirm subscription requests in the telegram channel using a bot.
If anyone knows how to do this through aiogram or telethon
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
Solved the problem like this:
There are bound methods
approve()
anddecline()
that can be used withchat_join_request_handler()