Add contacts.GetContacts method to client

This commit is contained in:
David Woakes 2016-07-21 06:57:15 +01:00
parent 397f20298e
commit 089f80fcce
5 changed files with 107 additions and 75 deletions

View file

@ -5960,6 +5960,12 @@ namespace TLSharp.Core.MTProto
}
}
public class ContactsContacts
{
public IList<Contact> Contacts { get; set; }
public IList<User> Users { get; set; }
}
public class MessageDialogs
{
public int? Count { get; set; }