square_forums
SquareForum
dataclass
吧广场贴吧信息
Attributes:
Name | Type | Description |
---|---|---|
fid |
int
|
贴吧id |
fname |
str
|
贴吧名 |
member_num |
int
|
吧会员数 |
post_num |
int
|
发帖量 |
is_followed |
bool
|
是否已关注 |
Page_square
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
page_size |
int
|
页大小 |
current_page |
int
|
当前页码 |
total_page |
int
|
总页码 |
total_count |
int
|
总计数 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
SquareForums
dataclass
吧广场列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[SquareForum]
|
吧广场列表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_square
|
页信息 |
has_more |
bool
|
是否还有下一页 |