jTelegramBotAPI
jTelegramBotAPI copied to clipboard
jTelegraf API Wrapper
So I really like the work the Telegraf team has done over here: https://telegraf.js.org/
I think their simple API design is a very strong design choice they have and I believe we can offer bindings that build on top of that.
Let's keep this issue as a tracker on what we want to do and how we want to do it.
- [ ] TelegrafBot
- [ ] TelegrafContext (and various sub classes)
- [ ] start - The /start command
- [ ] on - On a specific type of message, for example TextMessage, StickerMessage, etc
- [ ] hears - on a specific word
- [ ] command - on a specific command
- [ ] help - the /help command
- [ ] hashtag - on a specific hashtag
- [ ] mention - on a specific mention
- [ ] settings - the /settings command