7 lines
250 B
Python
7 lines
250 B
Python
|
# Create a new bot by messaging @BotFather and follow the instructions
|
||
|
# Replace the key by the actual token recieved from BotFather
|
||
|
api_key = "123456789:xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||
|
|
||
|
# Replace 123456789 with your own user id.
|
||
|
master_id = 123456789
|