tgbridge
tgbridge copied to clipboard
Implement API
Feature description
Implement an API for the mod, so that other mods can hook into it.
- API to use the TelegramBot object to run Bot API methods and register event handlers
- API to register integrations
Feature use case
This will be useful for other mods/plugins that want to use the Telegram bot functionality. It would also allow chat plugins to easily add Telegram support
Additional details
No response
Related: #26
я не особо разбираюсь в котлине, но если бы было такое api, то буду готов помочь с совместимостью плагинов
Integrations api is mostly ready, a basic api to send messages to telegram is implemented in 7bc9e38cb80a0711f671fd804c1607eb9d71d67b, a full bot api will be provided in next releases :(