Add by userName

This commit is contained in:
Ilya Pirozhneko 2016-02-01 23:58:51 +03:00
parent 1dce594e43
commit c77cfc064d
4 changed files with 31 additions and 5 deletions

View file

@ -216,7 +216,7 @@ namespace TLSharp.Core
await _sender.Send(request);
await _sender.Recieve(request);
return null;
return request.id;
}
public async Task SendMessage(int id, string message)