memos/plugin/telegram
2023-10-26 09:02:50 +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 chore: update golangci-lint config 2023-09-17 22:55:13 +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 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 chore: move common packages to internal 2023-10-26 09:02:50 +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 chore: move common packages to internal 2023-10-26 09:02:50 +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 chore: update golangci-lint config 2023-09-17 22:55:13 +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.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 feat: implement telegram bot plugin (#1740) 2023-05-26 09:43:51 +08:00
request.go chore: update golangci-lint config 2023-09-17 22:55:13 +08:00
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