mirror of
https://github.com/tiennm99/forward-telegram-message.git
synced 2026-09-04 04:17:49 +00:00
12 lines
289 B
Bash
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
|