Commit Graph

4 Commits (2c2955a2295fe08db3e5fa5e5d98cd48feef36b1)

Author SHA1 Message Date
Athurg Gooth 626ff5e3a7
feat: notify by telegram while new memo create by HTTP ()
* Inject telegram bot into API service

* Add support for send telegram message

* Send notification by telegram while new memo post
Athurg Gooth 9987337eca
fix: all ID from int to int64 to avoid 32bits machine break ()
Fix all ID from int to int64 to avoid 32bits machine break
Athurg Gooth 845297ec03
refactor: change all `Robot` to `Bot` ()
* Change all `Robot` to `Bot`

* Change all `r` of `Bot` to `b`

* Change `Robot` to `bot` in comments

* Fix typo

---------

Co-authored-by: Athurg Feng <athurg@gooth.org>
Athurg Gooth 1282fe732e
feat: implement telegram bot plugin ()