forked from kkapuria3/Telegram-To-Discord-Forward-Bot
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.yml
17 lines (13 loc) · 794 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This has to be an integer. Read more [here](https://core.telegram.org/api/obtaining_api_id) | No quotes
api_id: 11111111
# Long 32 characters hash identifier. Read more [here](https://core.telegram.org/api/obtaining_api_id) | With quotes
api_hash: '11111111111111111111111111111111'
# Discord Bot Token. Go create a bot on discord. | No quotes
discord_bot_token: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
# Discord Channel ID, may need to enable discord developer mode in settings. | No quotes
discord_channel: 111111111111111111
# The channels that you'd like to forward messages from. Input telegram channel names here.
# The user running the client must have these channels present on it's dialogs.
input_channel_names:
- 'Telegram Channel 1'
- 'Telegram Channel 2'