Commit Graph

4 Commits (aecffe3402012a335c7c83d63daab9da915f4b55)

Author SHA1 Message Date
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
YuNing Chen 409d686f7d
chore: minor cleanup ()
Alexandr Tumaykin c5a1f4c839
feat: format message from telegram and upload attachments ()
* feat: format message from telegram and download documents

* fix: remove bool in expression

* refactor: convert to markdown

* refactor: resolve remarks and add support new message types

* refactor: resolve remarks

* feat: add test for mime type

---------

Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
Athurg Gooth 1282fe732e
feat: implement telegram bot plugin ()