jTelegramBotAPI icon indicating copy to clipboard operation
jTelegramBotAPI copied to clipboard

jTelegraf API Wrapper

Open aaomidi opened this issue 7 years ago • 1 comments

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.

aaomidi avatar Nov 13 '18 03:11 aaomidi

  • [ ] 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

aaomidi avatar Nov 13 '18 03:11 aaomidi