memos/plugin/telegram
Athurg Gooth 626ff5e3a7
feat: notify by telegram while new memo create by HTTP (#2215)
* Inject telegram bot into API service

* Add support for send telegram message

* Send notification by telegram while new memo post
2023-09-13 21:36:43 +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
api_edit_message.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
api_get_file.go
api_get_updates.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
api_send_message.go feat: notify by telegram while new memo create by HTTP (#2215) 2023-09-13 21:36:43 +08:00
attachment.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
attachment_test.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 fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
callback_query.go chore: minor cleanup (#2124) 2023-08-11 22:34:08 +08:00
chat.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +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
handle.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
inline_keyboard_button.go
message.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
message_entity.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
photosize.go
request.go
update.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
user.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2023-09-06 21:14:07 +08:00
video.go feat: format message from telegram and upload attachments (#1924) 2023-07-14 00:18:44 +08:00
video_note.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