Move upload helper to helpers

This commit is contained in:
Ilya P 2016-10-23 14:12:34 +03:00
parent 6d106b4425
commit b823c34078
3 changed files with 137 additions and 137 deletions

View file

@ -12,6 +12,7 @@ using TeleSharp.TL;
using TeleSharp.TL.Messages;
using TLSharp.Core;
using TLSharp.Core.Requests;
using TLSharp.Core.Utils;
namespace TLSharp.Tests
{