11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
|
TG_TOKEN = '<getthisfrombotfather>'
|
||
|
|
||
|
# Dictionary from Telegram user ID to their via API access token.
|
||
|
USER_TOKENS = {
|
||
|
12345678: 'access_token'
|
||
|
}
|
||
|
|
||
|
# Dictionary from Telegram to via group ID.
|
||
|
VIA_GROUPS = {
|
||
|
-1020304050: 12,
|
||
|
}
|