MtApi5: Remove redundant classes (requests)

This commit is contained in:
Viacheslav Demydiuk
2024-02-23 18:10:48 +02:00
parent b9d99da7a8
commit 2871ddf07a
25 changed files with 18 additions and 276 deletions
+13
View File
@@ -0,0 +1,13 @@
namespace MtApi5.MtProtocol
{
namespace ICustomRequest
{
public enum ParametersType
{
Int = 0,
Double = 1,
String = 2,
Boolean = 3
}
}
}