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
Lincoln Nogueira 14b34edca3
chore: fix misuse of package path instead of filepath.path (#2684)
As stated by https://pkg.go.dev/path, "path" is mainly for URLs, "path.filepath" for file systems
1 year ago
..
animation.go feat: format message from telegram and upload attachments (#1924) 2 years ago
api_answer_callback_query.go feat: set memo visibility in telegram (#1824) 2 years ago
api_edit_message.go chore: update golangci-lint config 1 year ago
api_get_file.go refactor: change all `Robot` to `Bot` (#1767) 2 years ago
api_get_updates.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2 years ago
api_send_message.go feat: notify by telegram while new memo create by HTTP (#2215) 1 year ago
attachment.go chore: fix misuse of package path instead of filepath.path (#2684) 1 year 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 chore: move common packages to internal 1 year ago
callback_query.go chore: minor cleanup (#2124) 2 years ago
chat.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2 years ago
document.go feat: format message from telegram and upload attachments (#1924) 2 years ago
download.go chore: update golangci-lint config 1 year ago
file.go feat: implement telegram bot plugin (#1740) 2 years ago
handle.go feat: format message from telegram and upload attachments (#1924) 2 years ago
inline_keyboard_button.go feat: set memo visibility in telegram (#1824) 2 years ago
message.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2 years ago
message_entity.go feat: format message from telegram and upload attachments (#1924) 2 years ago
photosize.go feat: implement telegram bot plugin (#1740) 2 years ago
request.go chore: update golangci-lint config 1 year ago
update.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2 years ago
user.go fix: all ID from int to int64 to avoid 32bits machine break (#2191) 2 years ago
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