Forge
1a59f514
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]
5API_ID = 0
6API_HASH = ""
7AccountPhone = ""
8SessionPathName = "WTelegram.session"
9LogFileName = "wtelegram.log"
10
11[ApplicationSettings]
12SavedMediaLocationPath = "SavedMedia"
13
View only · write via MCP/CIDE