dislike_forums
Page_dislikef
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
current_page |
int
|
当前页码 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
DislikeForum
dataclass
吧广场贴吧信息
Attributes:
Name | Type | Description |
---|---|---|
fid |
int
|
贴吧id |
fname |
str
|
贴吧名 |
member_num |
int
|
吧会员数 |
post_num |
int
|
发帖量 |
thread_num |
int
|
主题帖数 |
is_followed |
bool
|
是否已关注 |
DislikeForums
dataclass
首页推荐屏蔽的贴吧列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[DislikeForum]
|
首页推荐屏蔽的贴吧列表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_dislikef
|
页信息 |