mirror of
https://github.com/yawaflua/Easy_telegram_bot.git
synced 2026-02-04 10:24:17 +02:00
7 lines
152 B
Python
7 lines
152 B
Python
# group ids or account ids can be retrieved with @username_to_id_bot
|
|
'''
|
|
BOT_TOKEN='<bot_token>'
|
|
BOT_OWNER=<owner_id>
|
|
CHANNEL_ID=<channel_id>
|
|
'''
|