telegram-bot-client icon indicating copy to clipboard operation
telegram-bot-client copied to clipboard

Missing methods on the client

Open tibebeselasie-mehari opened this issue 7 years ago • 1 comments

Some methods that are available on the official telegram page such as pinChatMessage, deleteMessage... are not found on the client object provided.

tibebeselasie-mehari avatar Jul 14 '18 17:07 tibebeselasie-mehari

The last time I added API methods to this library was in 2016 so everything that has been added to the Telegram Bot API since then is indeed missing.

I probably won't find the time to add what's missing anytime soon, but in case you (or someone else) wants to add the additional methods, I'd be happy to help and merge PRs. I think it should be a relatively easy undertaking for most of the missing methods.

m90 avatar Jul 14 '18 22:07 m90