D
Size: a a a
GV
GV
type NumParams struct {
Msk int `msgpack:"msk"`
Utc int `msgpack:"utc"`
Reg int `msgpack:"reg"`
Mnc int `msgpack:"mnc"`
Info struct { Name int `msgpack:"name"` } `msgpack:"info"`
}
GV
type Account struct {
_msgpack struct{} `msgpack:",asArray"`
ID int64
Provider int
Key string
Token string
Salt string
Email string
Verified bool
}
P
VG
PL
PL
D
VG
D