memos/plugin/telegram
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>
..
animation.go feat: format message from telegram and upload attachments ()
api_answer_callback_query.go feat: set memo visibility in telegram ()
api_edit_message.go feat: set memo visibility in telegram ()
api_get_file.go refactor: change all `Robot` to `Bot` ()
api_get_updates.go refactor: change all `Robot` to `Bot` ()
api_send_message.go refactor: change all `Robot` to `Bot` ()
attachment.go feat: format message from telegram and upload attachments ()
attachment_test.go feat: format message from telegram and upload attachments ()
audio.go feat: format message from telegram and upload attachments ()
bot.go feat: format message from telegram and upload attachments ()
callback_query.go feat: set memo visibility in telegram ()
chat.go feat: format message from telegram and upload attachments ()
document.go feat: format message from telegram and upload attachments ()
download.go feat: format message from telegram and upload attachments ()
file.go feat: implement telegram bot plugin ()
handle.go feat: format message from telegram and upload attachments ()
inline_keyboard_button.go feat: set memo visibility in telegram ()
message.go feat: format message from telegram and upload attachments ()
message_entity.go feat: format message from telegram and upload attachments ()
photosize.go feat: implement telegram bot plugin ()
request.go refactor: change all `Robot` to `Bot` ()
update.go feat: set memo visibility in telegram ()
user.go feat: implement telegram bot plugin ()
video.go feat: format message from telegram and upload attachments ()
video_note.go feat: format message from telegram and upload attachments ()
voice.go feat: format message from telegram and upload attachments ()