跳转至

comments

Contents_c dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_c]

表情碎片列表

ats list[FragAt_c]

@碎片列表

links list[FragLink_c]

链接碎片列表

tiebapluses list[FragTiebaPlus_c]

贴吧plus碎片列表

voice FragVoice_c

音频碎片

UserInfo_c dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

level int

等级

gender Gender

性别

icons list[str]

印记信息

is_bawu bool

是否吧务

is_vip bool

是否超级会员

is_god bool

是否大神

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Comment dataclass

楼中楼信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_c

正文内容碎片列表

fid int

所在吧id

fname str

所在贴吧名

tid int

所在主题帖id

ppid int

所在楼层id

pid int

楼中楼id

user UserInfo_c

发布者的用户信息

author_id int

发布者的user_id

reply_to_id int

被回复者的user_id

floor int

所在楼层数

agree int

点赞数

disagree int

点踩数

create_time int

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

is_thread_author bool

是否楼主

Page_c dataclass

页信息

Attributes:

Name Type Description
page_size int

页大小

current_page int

当前页码

total_page int

总页码

total_count int

总计数

has_more bool

是否有后继页

has_prev bool

是否有前驱页

Forum_c dataclass

吧信息

Attributes:

Name Type Description
fid int

贴吧id

fname str

贴吧名

category str

一级分类

subcategory str

二级分类

UserInfo_ct dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

level int

等级

is_god bool

是否大神

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Thread_c dataclass

主题帖信息

Attributes:

Name Type Description
title str

标题

fid int

所在吧id

fname str

所在贴吧名

tid int

主题帖tid

user UserInfo_ct

发布者的用户信息

author_id int

发布者的user_id

type int

帖子类型

is_help bool

是否为求助帖

reply_num int

回复数

FragImage_cp dataclass

图像碎片

Attributes:

Name Type Description
src str

小图链接 宽720px 一定是静态图

big_src str

大图链接 宽960px

origin_src str

原图链接

origin_size int

原图大小

show_width int

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

show_height int

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

hash str

百度图床hash

Contents_cp dataclass

内容碎片列表

Attributes:

Name Type Description
objs list[TypeFragment]

所有内容碎片的混合列表

text str

文本内容

texts list[TypeFragText]

纯文本碎片列表

emojis list[FragEmoji_cp]

表情碎片列表

imgs list[FragImage_cp]

图像碎片列表

ats list[FragAt_cp]

@碎片列表

links list[FragLink_cp]

链接碎片列表

tiebapluses list[FragTiebaPlus_cp]

贴吧plus碎片列表

voice FragVoice_cp

音频碎片

UserInfo_cp dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

level int

等级

gender Gender

性别

is_bawu bool

是否吧务

is_vip bool

是否超级会员

is_god bool

是否大神

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Post_c dataclass

楼层信息

Attributes:

Name Type Description
text str

文本内容

contents Contents_cp

正文内容碎片列表

sign str

小尾巴文本内容

fid int

所在吧id

fname str

所在贴吧名

tid int

所在主题帖id

pid int

回复id

user UserInfo_cp

发布者的用户信息

author_id int

发布者的user_id

floor int

楼层数

create_time int

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

Comments dataclass

楼中楼列表

Attributes:

Name Type Description
objs list[Comment]

楼中楼列表

err Exception | None

捕获的异常

page Page_c

页信息

has_more bool

是否还有下一页

forum Forum_c

所在吧信息

thread Thread_c

所在主题帖信息

post Post_c

所在楼层信息