Commit Graph

4 Commits (00c47a067332d0767075a961cb07ac76b3bea180)

Author SHA1 Message Date
Lincoln Nogueira 14b34edca3
chore: fix misuse of package path instead of filepath.path ()
As stated by https://pkg.go.dev/path, "path" is mainly for URLs, "path.filepath" for file systems
Steven 5b3af827e1 chore: move common packages to internal
Steven cd0ea6558d chore: update golangci-lint config
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>