Replacing Client in ResultBase and subclasses

- replace Client with Device to allow more access
- making Client in DeviceSession public to allow access from outside
This commit is contained in:
FlorianDahn
2022-05-15 15:41:24 +02:00
parent d08cbe8b0e
commit 72a1fa3c99
3 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ namespace TelegramBotBase.Sessions
/// </summary>
public Message LastMessage { get; set; }
private MessageClient Client
public MessageClient Client
{
get
{