跳转至

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

是否还有下一页