mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
MtApi5: Moving some functions to new core
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
internal class Response<T>
|
||||
{
|
||||
public int ErrorCode { get; set; }
|
||||
public string? ErrorMessage { get; set; }
|
||||
|
||||
public T? Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user