You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
animation.go feat: format message from telegram and upload attachments (#1924) 2 years ago
api_answer_callback_query.go
api_edit_message.go
api_get_file.go
api_get_updates.go
api_send_message.go
attachment.go feat: format message from telegram and upload attachments (#1924) 2 years ago
attachment_test.go feat: format message from telegram and upload attachments (#1924) 2 years ago
audio.go feat: format message from telegram and upload attachments (#1924) 2 years ago
bot.go feat: format message from telegram and upload attachments (#1924) 2 years ago
callback_query.go
chat.go feat: format message from telegram and upload attachments (#1924) 2 years ago
document.go feat: format message from telegram and upload attachments (#1924) 2 years ago
download.go feat: format message from telegram and upload attachments (#1924) 2 years ago
file.go
handle.go feat: format message from telegram and upload attachments (#1924) 2 years ago
inline_keyboard_button.go
message.go feat: format message from telegram and upload attachments (#1924) 2 years ago
message_entity.go feat: format message from telegram and upload attachments (#1924) 2 years ago
photosize.go
request.go
update.go
user.go
video.go feat: format message from telegram and upload attachments (#1924) 2 years ago
video_note.go feat: format message from telegram and upload attachments (#1924) 2 years ago
voice.go feat: format message from telegram and upload attachments (#1924) 2 years ago