telegram-bot-api
telegram-bot-api copied to clipboard
Made the Chattable and Fileable interface methods exportable.
It is very strange that these interfaces could not be implemented outside the package in the first place.
Since many methods are not represented in the package (answerCallbackQuery
for example), there is obviously a need to create the methods by yourself and it would be very convenient to be able to make requests through Request(c Chattable)
.
This needs to merged