ats
Page_at
dataclass
页信息
Attributes:
Name | Type | Description |
---|---|---|
current_page |
int
|
当前页码 |
has_more |
bool
|
是否有后继页 |
has_prev |
bool
|
是否有前驱页 |
UserInfo_at
dataclass
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
|
创建时间 |