跳转至

fans

Fan dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

用于在日志中记录用户信息

Page_fan dataclass

页信息

Attributes:

Name Type Description
page_size int

页大小

current_page int

当前页码

total_page int

总页码

total_count int

总计数

has_more bool

是否有后继页

has_prev bool

是否有前驱页

Fans dataclass

粉丝列表

Attributes:

Name Type Description
objs list[Fan]

粉丝列表

err Exception | None

捕获的异常

page Page_fan

页信息

has_more bool

是否还有下一页