Osmxnxn
Juba007
Just so that you all know for the future, it's quite easy to install an extension via GitHub if there's no package available. I do this routinely for extensions I'm forced to patch myself for PianoTell.
For example:
composer config repositories.nodeloc-telegram vcs https://github.com/nodeloc/telegram
composer require nodeloc/telegram:"dev-main"
I've not tested the above lines, but I hope you get the idea.
You can also edit composer.json manually and do a composer update.