refactor: make properties readonly

This commit is contained in:
ZavaruKitsu
2022-10-15 19:01:29 +03:00
parent a2b75654d8
commit fb51677429
3 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ public class MessageClient
}
public string ApiKey { get; set; }
public string ApiKey { get; }
public ITelegramBotClient TelegramClient { get; set; }