跳转至

replys

UserInfo_reply dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_new str

新版昵称

priv_like PrivLike

关注吧列表的公开状态

priv_reply PrivReply

帖子评论权限

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

UserInfo_reply_p dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

user_name str

用户名

nick_name_new str

新版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

UserInfo_reply_t dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

nick_name_new str

新版昵称

nick_name str

用户昵称

show_name str

显示名称

log_name str

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

Reply dataclass

回复信息 Attributes: text (str): 文本内容

fname (str): 所在贴吧名
tid (int): 所在主题帖id
ppid (int): 所在楼层pid
pid (int): 回复id
user (UserInfo_reply): 发布者的用户信息
author_id (int): 发布者的user_id
post_user (UserInfo_reply_p): 楼层用户信息
thread_user (UserInfo_reply_t): 楼主用户信息

is_comment (bool): 是否楼中楼
create_time (int): 创建时间 10位时间戳 以秒为单位

Page_reply dataclass

页信息

Attributes:

Name Type Description
current_page int

当前页码

has_more bool

是否有后继页

has_prev bool

是否有前驱页

Replys dataclass

收到回复列表

Attributes:

Name Type Description
objs list[Reply]

收到回复列表

err Exception | None

捕获的异常

page Page_reply

页信息

has_more bool

是否还有下一页