telegram-escape 0.1.0

Escape text for Telegram's MarkdownV2 format
Documentation
1
2
3
4
5
6
7
8
9
10
# Telegram Bot Configuration for Integration Tests
# Copy this file to .env and fill in your actual values

# Your Telegram bot token from @BotFather
TELEGRAM_BOT_TOKEN=YOUR_BOT_TOKEN_HERE

# The chat ID where test messages will be sent
# Can be a user ID, group ID, or channel ID
# To find your chat ID, you can use @userinfobot or similar bots
TELEGRAM_CHAT_ID=YOUR_CHAT_ID_HERE