telegram
Installation
SKILL.md
Telegram
CRITICAL: Finding Chat IDs
Don't know a chat ID? Run this FIRST:
openclaw sessions list
This shows ALL active chats. Look for deliveryContext: telegram:<chat_id> — extract the number.
NEVER:
- Use @usernames (they fail with "chat not found")
- Grep through files looking for IDs
- Ask the user for the ID
- Guess or make up IDs
ALWAYS:
- Run
openclaw sessions listfirst - Use the numeric ID from deliveryContext
Related skills