tieba.js
Preparing search index...
UserPost
Interface UserPost
展平后的用户发帖记录。
interface
UserPost
{
affiliated
:
boolean
;
cid
:
string
;
content
:
string
;
createTime
:
number
;
forumId
:
number
;
forumName
:
string
;
postId
:
string
;
replyTo
?:
string
;
threadId
:
string
;
title
:
string
;
}
Index
Properties
affiliated
cid
content
create
Time
forum
Id
forum
Name
post
Id
reply
To?
thread
Id
title
Properties
affiliated
affiliated
:
boolean
是否是楼中楼回复
cid
cid
:
string
内容级别的帖子 ID
content
content
:
string
回复文本内容
create
Time
createTime
:
number
发帖时间(unix 秒)
forum
Id
forumId
:
number
forum
Name
forumName
:
string
post
Id
postId
:
string
Optional
reply
To
replyTo
?:
string
楼中楼中回复的目标用户名
thread
Id
threadId
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
affiliated
cid
content
create
Time
forum
Id
forum
Name
post
Id
reply
To
thread
Id
title
tieba.js
Loading...
展平后的用户发帖记录。