blocks
Block
dataclass
待解封用户信息
Attributes:
Name | Type | Description |
---|---|---|
user_id |
int
|
user_id |
user_name |
str
|
用户名 |
nick_name_old |
str
|
旧版昵称 |
day |
int
|
封禁天数 |
Page_block
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
page_size |
int
|
页大小 |
current_page |
int
|
当前页码 |
total_page |
int
|
总页码 |
total_count |
int
|
总计数 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
Blocks
dataclass
待恢复帖子列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[Block]
|
待恢复帖子列表 |
err |
Exception | None
|
捕获的异常 |
page |
Page_block
|
页信息 |
has_more |
bool
|
是否还有下一页 |