mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 11:37:48 +00:00
9 lines
168 B
C#
Executable File
9 lines
168 B
C#
Executable File
namespace MtApi5.Requests
|
|
{
|
|
internal enum RequestType
|
|
{
|
|
Unknown = 0,
|
|
CopyTicks = 1,
|
|
iCustom = 2
|
|
}
|
|
} |