mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
Add contacts.GetContacts method to client
This commit is contained in:
parent
397f20298e
commit
089f80fcce
5 changed files with 107 additions and 75 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue