mirror of
https://github.com/yawaflua/Easy_telegram_bot.git
synced 2026-02-04 10:24:17 +02:00
9 lines
315 B
Python
9 lines
315 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>
|
|
# token looks like '123456:ABCDEFJHIGKMNOLPQRSTUVW1XY-Z234ab'
|
|
# bot owner u can see in @username_to_id_bot in Telegram
|
|
# channel and bot_owner id looks like: 123456789
|