Torn API Client
GitHub
Preparing search index...
ForumPost
Type Alias ForumPost
type
ForumPost
=
{
author
:
ForumThreadAuthor
;
content
:
string
;
created_time
:
number
;
dislikes
:
number
;
edited_by
:
UserId
|
unknown
;
has_quote
:
boolean
;
id
:
ForumPostId
;
is_edited
:
boolean
;
is_legacy
:
boolean
;
is_pinned
:
boolean
;
is_topic
:
boolean
;
likes
:
number
;
quoted_post_id
:
number
|
unknown
;
thread_id
:
ForumThreadId
;
}
Index
Properties
author
content
created_
time
dislikes
edited_
by
has_
quote
id
is_
edited
is_
legacy
is_
pinned
is_
topic
likes
quoted_
post_
id
thread_
id
Properties
author
author
:
ForumThreadAuthor
content
content
:
string
created_
time
created_time
:
number
dislikes
dislikes
:
number
edited_
by
edited_by
:
UserId
|
unknown
has_
quote
has_quote
:
boolean
id
id
:
ForumPostId
is_
edited
is_edited
:
boolean
is_
legacy
is_legacy
:
boolean
is_
pinned
is_pinned
:
boolean
is_
topic
is_topic
:
boolean
likes
likes
:
number
quoted_
post_
id
quoted_post_id
:
number
|
unknown
thread_
id
thread_id
:
ForumThreadId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
content
created_
time
dislikes
edited_
by
has_
quote
id
is_
edited
is_
legacy
is_
pinned
is_
topic
likes
quoted_
post_
id
thread_
id
GitHub
Torn API Client
Loading...