rank_users
RankUser
dataclass
等级排行榜用户信息
Attributes:
Name |
Type |
Description |
user_name |
str
|
|
level |
int
|
|
exp |
int
|
|
is_vip |
bool
|
|
Page_rank
dataclass
页信息
Attributes:
Name |
Type |
Description |
current_page |
int
|
|
total_page |
int
|
|
has_more |
bool
|
|
has_prev |
bool
|
|
RankUsers
dataclass
等级排行榜用户列表
Attributes:
Name |
Type |
Description |
objs |
list[RankUser]
|
|
err |
Exception | None
|
|
page |
Page_rank
|
|
has_more |
bool
|
|