[PR #219] [MERGED] plugin example: telegram #233

Closed
opened 2026-02-15 21:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/219
Author: @Yeuoly
Created: 10/16/2025
Status: Merged
Merged: 10/17/2025
Merged by: @Yeuoly

Base: feat/triggerHead: codex/add-documentation-for-trigger-plugin


📝 Commits (3)

  • d9f54b6 chore: switch telegram trigger icon to svg
  • 80e9d9c fix: inline telegram trigger schemas
  • df3695a chore: expand telegram trigger schemas

📊 Changes

64 files changed (+32912 additions, -0 deletions)

View changed files

python/examples/telegram_trigger/README.md (+21 -0)
python/examples/telegram_trigger/_assets/icon.svg (+11 -0)
python/examples/telegram_trigger/events/__init__.py (+0 -0)
python/examples/telegram_trigger/events/base.py (+44 -0)
python/examples/telegram_trigger/events/boosts/__init__.py (+0 -0)
python/examples/telegram_trigger/events/boosts/chat_boost_removed.py (+9 -0)
python/examples/telegram_trigger/events/boosts/chat_boost_removed.yaml (+107 -0)
python/examples/telegram_trigger/events/boosts/chat_boost_updated.py (+9 -0)
python/examples/telegram_trigger/events/boosts/chat_boost_updated.yaml (+119 -0)
python/examples/telegram_trigger/events/business/__init__.py (+0 -0)
python/examples/telegram_trigger/events/business/business_message_edited.py (+9 -0)
python/examples/telegram_trigger/events/business/business_message_edited.yaml (+4867 -0)
python/examples/telegram_trigger/events/business/business_message_received.py (+9 -0)
python/examples/telegram_trigger/events/business/business_message_received.yaml (+4867 -0)
python/examples/telegram_trigger/events/business/business_messages_deleted.py (+9 -0)
python/examples/telegram_trigger/events/business/business_messages_deleted.yaml (+609 -0)
python/examples/telegram_trigger/events/callbacks/__init__.py (+0 -0)
python/examples/telegram_trigger/events/callbacks/callback_query_received.py (+9 -0)
python/examples/telegram_trigger/events/callbacks/callback_query_received.yaml (+237 -0)
python/examples/telegram_trigger/events/channel_posts/__init__.py (+0 -0)

...and 44 more files

📄 Description

Summary

  • replace the Telegram trigger example icon with a vector SVG asset
  • point the manifest and provider metadata to the new SVG icon

Testing

  • not run (asset-only change)

https://chatgpt.com/codex/tasks/task_b_68f0a14f093c8326beccb191b99e3819


🔄 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/langgenius/dify-plugin-sdks/pull/219 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `feat/trigger` ← **Head:** `codex/add-documentation-for-trigger-plugin` --- ### 📝 Commits (3) - [`d9f54b6`](https://github.com/langgenius/dify-plugin-sdks/commit/d9f54b6e00966c3315df054e16c22112a685c9cf) chore: switch telegram trigger icon to svg - [`80e9d9c`](https://github.com/langgenius/dify-plugin-sdks/commit/80e9d9cba4a11a9e5c3346992cc3f78e30edead9) fix: inline telegram trigger schemas - [`df3695a`](https://github.com/langgenius/dify-plugin-sdks/commit/df3695ae8b870e46009fa04feb23d6d605d2085d) chore: expand telegram trigger schemas ### 📊 Changes **64 files changed** (+32912 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `python/examples/telegram_trigger/README.md` (+21 -0) ➕ `python/examples/telegram_trigger/_assets/icon.svg` (+11 -0) ➕ `python/examples/telegram_trigger/events/__init__.py` (+0 -0) ➕ `python/examples/telegram_trigger/events/base.py` (+44 -0) ➕ `python/examples/telegram_trigger/events/boosts/__init__.py` (+0 -0) ➕ `python/examples/telegram_trigger/events/boosts/chat_boost_removed.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/boosts/chat_boost_removed.yaml` (+107 -0) ➕ `python/examples/telegram_trigger/events/boosts/chat_boost_updated.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/boosts/chat_boost_updated.yaml` (+119 -0) ➕ `python/examples/telegram_trigger/events/business/__init__.py` (+0 -0) ➕ `python/examples/telegram_trigger/events/business/business_message_edited.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/business/business_message_edited.yaml` (+4867 -0) ➕ `python/examples/telegram_trigger/events/business/business_message_received.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/business/business_message_received.yaml` (+4867 -0) ➕ `python/examples/telegram_trigger/events/business/business_messages_deleted.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/business/business_messages_deleted.yaml` (+609 -0) ➕ `python/examples/telegram_trigger/events/callbacks/__init__.py` (+0 -0) ➕ `python/examples/telegram_trigger/events/callbacks/callback_query_received.py` (+9 -0) ➕ `python/examples/telegram_trigger/events/callbacks/callback_query_received.yaml` (+237 -0) ➕ `python/examples/telegram_trigger/events/channel_posts/__init__.py` (+0 -0) _...and 44 more files_ </details> ### 📄 Description ## Summary - replace the Telegram trigger example icon with a vector SVG asset - point the manifest and provider metadata to the new SVG icon ## Testing - not run (asset-only change) ------ https://chatgpt.com/codex/tasks/task_b_68f0a14f093c8326beccb191b99e3819 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:16:20 -05:00
yindo closed this issue 2026-02-15 21:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#233