| 1 | # Copy to appsettings.toml and fill in your API_ID, API_HASH, AccountPhone. |
| 2 | # appsettings.toml is not committed (see .gitignore). |
| 3 | |
| 4 | [TelegramSettings] |
| 5 | API_ID = 0 |
| 6 | API_HASH = "" |
| 7 | AccountPhone = "" |
| 8 | SessionPathName = "WTelegram.session" |
| 9 | LogFileName = "wtelegram.log" |
| 10 | |
| 11 | [ApplicationSettings] |
| 12 | SavedMediaLocationPath = "SavedMedia" |
| 13 |