跳转至

last_replyers

Page_lp dataclass

页信息

Attributes:

Name Type Description
page_size int

页大小

current_page int

当前页码

total_page int

总页码

total_count int

总计数

has_more bool

是否有后继页

has_prev bool

是否有前驱页

UserInfo_lp dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_old str

旧版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

LastReplyer dataclass

最后回复者的用户信息

Attributes:

Name Type Description
user_id int

user_id

user_name str

用户名

nick_name_old str

旧版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Thread_lp dataclass

主题帖信息

Attributes:

Name Type Description
text str

文本内容

title str

标题内容

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

pid int

首楼回复pid

user UserInfo_lp

发布者的用户信息

author_id int

发布者的user_id

last_replyer LastReplyer

最后回复者的用户信息

create_time int

创建时间 10位时间戳 以秒为单位

last_time int

最后回复时间 10位时间戳 以秒为单位

Forum_lp dataclass

吧信息

Attributes:

Name Type Description
fid int

贴吧id

fname str

贴吧名

Threads_lp dataclass

主题帖列表

Attributes:

Name Type Description
objs list[Thread_lp]

主题帖列表

err Exception | None

捕获的异常

page Page_lp

页信息

has_more bool

是否还有下一页

forum Forum_lp

所在吧信息