Files

12 lines
289 B
Bash

# TG_PHONE is phone number in international format.
# Like +4123456789.
TG_PHONE=your_telegram_phone_number
# APP_HASH, APP_ID is from https://my.telegram.org/.
APP_ID=your_app_id
APP_HASH=your_app_hash
# Group chat id is without -100
SOURCE_CHAT_ID=-123456789
TARGET_CHAT_ID=-123456789