docs: consolidate grammy links to telegram

This commit is contained in:
Ayaan Zaidi
2026-02-27 07:42:51 +05:30
committed by Ayaan Zaidi
parent 1f68010bd6
commit 035a2dbb40
3 changed files with 7 additions and 10 deletions

View File

@@ -43,6 +43,5 @@ Text is supported everywhere; media and reactions vary by channel.
stores more state on disk.
- Group behavior varies by channel; see [Groups](/channels/groups).
- DM pairing and allowlists are enforced for safety; see [Security](/gateway/security).
- Telegram internals: [grammY notes](/channels/grammy).
- Troubleshooting: [Channel troubleshooting](/channels/troubleshooting).
- Model providers are documented separately; see [Model Providers](/providers/models).

View File

@@ -137,7 +137,7 @@
},
{
"source": "/providers/grammy",
"destination": "/channels/grammy"
"destination": "/channels/telegram"
},
{
"source": "/providers/imessage",
@@ -365,7 +365,11 @@
},
{
"source": "/grammy",
"destination": "/channels/grammy"
"destination": "/channels/telegram"
},
{
"source": "/channels/grammy",
"destination": "/channels/telegram"
},
{
"source": "/group-messages",
@@ -1271,12 +1275,7 @@
},
{
"group": "Technical reference",
"pages": [
"reference/wizard",
"reference/token-use",
"reference/prompt-caching",
"channels/grammy"
]
"pages": ["reference/wizard", "reference/token-use", "reference/prompt-caching"]
},
{
"group": "Concept internals",

View File

@@ -73,7 +73,6 @@ Use these hubs to discover every page, including deep dives and reference docs t
- [Model providers hub](/providers/models)
- [WhatsApp](/channels/whatsapp)
- [Telegram](/channels/telegram)
- [Telegram (grammY notes)](/channels/grammy)
- [Slack](/channels/slack)
- [Discord](/channels/discord)
- [Mattermost](/channels/mattermost) (plugin)