[PR #238] [MERGED] feat: telegram bot #472

Closed
opened 2026-02-26 21:31:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/238
Author: @dreamhunter2333
Created: 5/15/2024
Status: Merged
Merged: 5/16/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

📊 Changes

23 files changed (+844 additions, -57 deletions)

View changed files

📝 frontend/src/views/Admin.vue (+6 -0)
frontend/src/views/admin/Telegram.vue (+77 -0)
📝 frontend/src/views/common/About.vue (+4 -7)
📝 vitepress-docs/docs/en/cli.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+14 -0)
📝 vitepress-docs/docs/zh/guide/feature/config-smtp-proxy.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/feature/mail-api.md (+2 -2)
📝 vitepress-docs/docs/zh/guide/ui/worker.md (+7 -0)
📝 worker/.gitignore (+1 -0)
📝 worker/package.json (+12 -4)
worker/patches/telegraf@4.16.3.patch (+163 -0)
📝 worker/pnpm-lock.yaml (+163 -26)
📝 worker/src/admin_api/index.js (+6 -1)
📝 worker/src/common.js (+12 -15)
📝 worker/src/constants.ts (+5 -0)
📝 worker/src/email.js (+10 -0)
📝 worker/src/mails_api/index.js (+6 -1)
worker/src/telegram_api/index.ts (+49 -0)
worker/src/telegram_api/telegram.ts (+269 -0)
📝 worker/src/utils.js (+15 -1)

...and 3 more files

📄 Description

#228


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/238 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`1709395`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/1709395d1a1542bbb1c409110f95b56250293277) feat: telegram bot ### 📊 Changes **23 files changed** (+844 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/views/Admin.vue` (+6 -0) ➕ `frontend/src/views/admin/Telegram.vue` (+77 -0) 📝 `frontend/src/views/common/About.vue` (+4 -7) 📝 `vitepress-docs/docs/en/cli.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+14 -0) 📝 `vitepress-docs/docs/zh/guide/feature/config-smtp-proxy.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/feature/mail-api.md` (+2 -2) 📝 `vitepress-docs/docs/zh/guide/ui/worker.md` (+7 -0) 📝 `worker/.gitignore` (+1 -0) 📝 `worker/package.json` (+12 -4) ➕ `worker/patches/telegraf@4.16.3.patch` (+163 -0) 📝 `worker/pnpm-lock.yaml` (+163 -26) 📝 `worker/src/admin_api/index.js` (+6 -1) 📝 `worker/src/common.js` (+12 -15) 📝 `worker/src/constants.ts` (+5 -0) 📝 `worker/src/email.js` (+10 -0) 📝 `worker/src/mails_api/index.js` (+6 -1) ➕ `worker/src/telegram_api/index.ts` (+49 -0) ➕ `worker/src/telegram_api/telegram.ts` (+269 -0) 📝 `worker/src/utils.js` (+15 -1) _...and 3 more files_ </details> ### 📄 Description #228 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#472
No description provided.