recover_thread
FragText_rt
dataclass
纯文本碎片
Attributes:
Name | Type | Description |
---|---|---|
text |
str
|
文本内容 |
FragImage_rt
dataclass
图像碎片
Attributes:
Name | Type | Description |
---|---|---|
src |
str
|
小图链接 宽720px |
show_width |
int
|
图像在客户端预览显示的宽度 |
show_height |
int
|
图像在客户端预览显示的高度 |
hash |
str
|
百度图床hash |
Contents_rt
dataclass
内容碎片列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[TypeFragment]
|
所有内容碎片的混合列表 |
text |
str
|
文本内容 |
texts |
list[TypeFragText]
|
纯文本碎片列表 |
imgs |
list[FragImage_t]
|
图像碎片列表 |
UserInfo_rt
dataclass
用户信息
Attributes:
Name | Type | Description |
---|---|---|
portrait |
str
|
portrait |
user_name |
str
|
用户名 |
nick_name_new |
str
|
新版昵称 |
nick_name |
str
|
用户昵称 |
show_name |
str
|
显示名称 |
log_name |
str
|
用于在日志中记录用户信息 |
RecoverThread
dataclass
待恢复主题帖信息
Attributes:
Name | Type | Description |
---|---|---|
user_id |
int
|
user_id |
portrait |
str
|
portrait |
user_name |
str
|
用户名 |
log_name |
str
|
用于在日志中记录用户信息 |