Skip to content

Commit dff2323

Browse files
committed
- cleaning
1 parent 8114e61 commit dff2323

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Botticelli/botInfo.Db-wal

599 KB
Binary file not shown.

TelegramAiSample/Settings/SampleSettings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
/// </summary>
66
public class SampleSettings
77
{
8-
public string ChatId { get; set; }
98
public string SecureStorageConnectionString { get; set; }
10-
public string BotName { get; set; }
119
}
1210
}

TelegramMessagingSample/appsettings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
}
77
},
88
"SampleSettings": {
9-
"ChatId": "-844372214",
10-
"SecureStorageConnectionString": "Filename=../../../database.db;Password=123;ReadOnly=true",
11-
"BotName": "test_messaging_bot"
9+
"SecureStorageConnectionString": "Filename=../../../database.db;Password=123;ReadOnly=true"
1210
},
1311
"ServerSettings": {
1412
"ServerUri": "http://localhost:5050"

0 commit comments

Comments
 (0)