TLSharp/TLSharp.Core/Requests
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
..
AckRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
AuthCheckPhoneRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
AuthSendCodeRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
AuthSignInRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
GetDialogsRequest.cs More requests added 2015-10-14 18:16:27 +02:00
GetFileRequest.cs More requests added 2015-10-14 18:16:27 +02:00
GetHistoryRequest.cs More requests added 2015-10-14 18:16:27 +02:00
GetNearestDcRequest.cs More requests added 2015-10-14 18:16:27 +02:00
GetUsersRequest.cs bug fixed: users list size set wrong 2015-11-06 20:42:13 +03:30
ImportContactRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
InitConnectionRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
MTProtoRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00
SendMessageRequest.cs TLSharp and Tests 2015-09-28 10:01:17 +08:00