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:
@@ -84,7 +84,7 @@ namespace TelegramBotBase.Sessions
|
||||
/// </summary>
|
||||
public Message LastMessage { get; set; }
|
||||
|
||||
private MessageClient Client
|
||||
public MessageClient Client
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user