follows
Follow
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_follow
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
current_page |
int
|
当前页码 |
total_count |
int
|
总计数 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
Follows
dataclass
粉丝列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[Follow]
|
粉丝列表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_follow
|
页信息 |
has_more |
bool
|
是否还有下一页 |