memos/plugin/telegram
2024-03-12 22:48:53 +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: update logger 2024-02-29 23:54:43 +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: update logger 2024-02-29 23:54:43 +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
handle.go chore: update tg message handler 2024-03-12 22:48:53 +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 chore: update tg message handler 2024-03-12 22:48:53 +08:00
photosize.go
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