Merge pull request #1 from sochix/master

Ilya's Works
This commit is contained in:
Afshin Arani 2016-10-16 21:22:44 +03:30 committed by GitHub
commit 7d436e3954
5 changed files with 89 additions and 92 deletions

View file

@ -30,7 +30,7 @@ namespace TeleSharp.TL.Contacts
public override void DeserializeBody(BinaryReader br)
{
contacts = ObjectUtils.DeserializeVector<TLInputPhoneContact>(br);
contacts = (TLVector<TLInputPhoneContact>)ObjectUtils.DeserializeVector<TLInputPhoneContact>(br);
replace = BoolUtil.Deserialize(br);
}