memos/plugin/telegram
Alexandr Tumaykin c5a1f4c839
feat: format message from telegram and upload attachments (#1924)
* 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>
2023-07-14 00:18:44 +08:00
..
animation.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
api_answer_callback_query.go feat: set memo visibility in telegram (#1824) 2023-06-14 22:10:01 +08:00
api_edit_message.go feat: set memo visibility in telegram (#1824) 2023-06-14 22:10:01 +08:00
api_get_file.go refactor: change all Robot to Bot (#1767) 2023-05-29 19:49:05 +08:00
api_get_updates.go refactor: change all Robot to Bot (#1767) 2023-05-29 19:49:05 +08:00
api_send_message.go refactor: change all Robot to Bot (#1767) 2023-05-29 19:49:05 +08:00
attachment_test.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
attachment.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
audio.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
bot.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
callback_query.go feat: set memo visibility in telegram (#1824) 2023-06-14 22:10:01 +08:00
chat.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
document.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
download.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
file.go feat: implement telegram bot plugin (#1740) 2023-05-26 09:43:51 +08:00
handle.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
inline_keyboard_button.go feat: set memo visibility in telegram (#1824) 2023-06-14 22:10:01 +08:00
message_entity.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
message.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
photosize.go feat: implement telegram bot plugin (#1740) 2023-05-26 09:43:51 +08:00
request.go refactor: change all Robot to Bot (#1767) 2023-05-29 19:49:05 +08:00
update.go feat: set memo visibility in telegram (#1824) 2023-06-14 22:10:01 +08:00
user.go feat: implement telegram bot plugin (#1740) 2023-05-26 09:43:51 +08:00
video_note.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
video.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
voice.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00