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
Athurg Gooth 8628d1e4b2
feat: add Telegram bot config UI (#1747)
* Add retry wait for telegram.GetUpdates

* Add support to set telegram robot token from UI

* Change validator of UserSettingTelegramUserID

* Add support to set telegram user id from UI

* Fix typescript check

* Add validator for SystemSettingTelegramRobotTokenName

* Optimize error notice while config telegram params

* Change for review

* Fix telegram user id could not be empty

* Fix telegram robot could not be empty

* Fix for eslint (again)

* Update web/src/components/Settings/SystemSection.tsx

---------

Co-authored-by: Athurg Feng <athurg@gooth.org>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
..
api_edit_message.go feat: implement telegram bot plugin (#1740) 2 years ago
api_get_file.go feat: implement telegram bot plugin (#1740) 2 years ago
api_get_updates.go feat: implement telegram bot plugin (#1740) 2 years ago
api_send_message.go feat: implement telegram bot plugin (#1740) 2 years ago
chat.go feat: implement telegram bot plugin (#1740) 2 years ago
download.go feat: implement telegram bot plugin (#1740) 2 years ago
file.go feat: implement telegram bot plugin (#1740) 2 years ago
handle.go feat: implement telegram bot plugin (#1740) 2 years ago
message.go feat: implement telegram bot plugin (#1740) 2 years ago
photosize.go feat: implement telegram bot plugin (#1740) 2 years ago
request.go feat: implement telegram bot plugin (#1740) 2 years ago
robot.go feat: add Telegram bot config UI (#1747) 2 years ago
update.go feat: implement telegram bot plugin (#1740) 2 years ago
user.go feat: implement telegram bot plugin (#1740) 2 years ago