refactor: make properties readonly
This commit is contained in:
@@ -94,7 +94,7 @@ public class MessageClient
|
||||
}
|
||||
|
||||
|
||||
public string ApiKey { get; set; }
|
||||
public string ApiKey { get; }
|
||||
|
||||
public ITelegramBotClient TelegramClient { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user