MtApi5: Moving some functions to new core

This commit is contained in:
Viacheslav Demydiuk
2024-01-14 21:57:07 +02:00
parent 931dc82524
commit caac11cdad
14 changed files with 344 additions and 327 deletions
-10
View File
@@ -1,10 +0,0 @@
namespace MtApi5.Requests
{
internal class Response<T>
{
public int ErrorCode { get; set; }
public string? ErrorMessage { get; set; }
public T? Value { get; set; }
}
}