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