跳转至

recover_thread

FragText_ri dataclass

纯文本碎片

Attributes:

Name Type Description
text str

文本内容

FragImage_ri dataclass

图像碎片

Attributes:

Name Type Description
src str

小图链接 宽720px

show_width int

图像在客户端预览显示的宽度

show_height int

图像在客户端预览显示的高度

hash str

百度图床hash

Contents_ri dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

imgs list[FragImage_t]

图像碎片列表

UserInfo_ri dataclass

用户信息

Attributes:

Name Type Description
portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

用于在日志中记录用户信息

RecoverInfo dataclass

待恢复帖子信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_ri

正文内容碎片列表

title str

标题内容

tid int

所在主题帖id

pid int

回复id

user UserInfo_ri

发布者的用户信息