1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-05 03:23:50 +08:00
MiraiGo/client/vip.go
wdvxdr e8362691b6 feature .get_tts
ttsApi
2020-09-25 21:35:37 +08:00

14 lines
205 B
Go

package client
type (
VipInfo struct {
Uin int64
Name string
Level int
LevelSpeed float64
VipLevel string
VipGrowthSpeed int
VipGrowthTotal int
}
)