mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
IAuth
This commit is contained in:
12
lib/src/Net/Packets/IIPAuthPacketIAuthFormat.dart
Normal file
12
lib/src/Net/Packets/IIPAuthPacketIAuthFormat.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
class IIPAuthPacketIAuthFormat
|
||||
{
|
||||
static int None = 0;
|
||||
static int Number = 1;
|
||||
static int Text = 2;
|
||||
static int LowercaseText = 3;
|
||||
static int Choice = 4;
|
||||
static int Photo = 5;
|
||||
static int Signature = 6;
|
||||
static int Fingerprint = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user