Make TLVector implement IList

This commit is contained in:
Afshin Arani 2017-11-09 01:52:29 -08:00 committed by Andres G. Aragoneses
parent d769dd3c2f
commit 659becfd51
3 changed files with 74 additions and 12 deletions

View file

@ -76,7 +76,7 @@ namespace TLSharp.Core
await _sender.Send(invokewithLayer);
await _sender.Receive(invokewithLayer);
dcOptions = ((TLConfig)invokewithLayer.Response).DcOptions.lists;
dcOptions = ((TLConfig)invokewithLayer.Response).DcOptions.ToList();
return true;
}