Commit graph

8 commits

Author SHA1 Message Date
mohammad ahmady c7dbaaca73 Create GetContactRequest 2016-01-16 12:21:52 +03:30
mohammad ahmady a7893c6d0d Create DeleteChatUserRequest 2016-01-16 12:20:32 +03:30
mohammad ahmady 25e1015e82 Merge pull request #1 from siml173/siml173-patch-1
Create AddChatUserRequest
2016-01-16 12:19:43 +03:30
mohammad ahmady 8df066aadc Create CreateChatRequest 2016-01-16 12:18:59 +03:30
mohammad ahmady 02d6e2b3af Create AddChatUserRequest 2016-01-16 12:13:24 +03:30
Zero Dwide 79399df6fc bug fixed: users list size set wrong
var result was vector length, but again in next two lines, users_len used to set vector lenght, which was part of bytes related to parsing users.
according to https://core.telegram.org/method/users.getUsers :

first read => vector signature
second read => vector length
third + read  => loop for parsing users
2015-11-06 20:42:13 +03:30
Lonami dcdb2405b5 More requests added
More requests added:
- GetDialogsRequest
- GetFileRequest
- GetHistoryRequest
- GetNearestDcRequest
- GetUsersRequest
2015-10-14 18:16:27 +02:00
Ilya Pirozhneko 3bb487a194 TLSharp and Tests 2015-09-28 10:01:17 +08:00