跳转至

ats

Page_at dataclass

页信息

Attributes:

Name Type Description
current_page int

当前页码

has_more bool

是否有后继页

has_prev bool

是否有前驱页

UserInfo_at 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

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

At dataclass

@信息

Attributes:

Name Type Description
text str

文本内容

fname str

所在贴吧名

tid int

所在主题帖id

pid int

回复id

user UserInfo_at

发布者的用户信息

author_id int

发布者的user_id

is_comment bool

是否楼中楼

is_thread bool

是否主题帖

create_time int

创建时间

Ats dataclass

@信息列表

Attributes:

Name Type Description
objs list[At]

@信息列表

err Exception | None

捕获的异常

page Page_at

页信息

has_more bool

是否还有下一页