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

Not possible to add endpoints outside of telegram-bot-api module

Open seppo0010 opened this issue 1 year ago • 1 comments

https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/docs/internals/adding-endpoints.md

Is it possible to rename params, method and files to Params, Method and Files so modules using this library can extend the endpoints?

seppo0010 avatar Jan 28 '23 15:01 seppo0010

I support the ability to implement the Chattable interface. When my workers use the Request method, custom commands cannot be passed to them (for example, answerCallbackQuery).

edyapups avatar Feb 04 '23 23:02 edyapups