lemmy-js-client
Preparing search index...
PostReport
Type Alias PostReport
A post report.
type
PostReport
=
{
creator_id
:
PersonId
;
id
:
PostReportId
;
original_post_body
?:
string
;
original_post_name
:
string
;
original_post_url
?:
DbUrl
;
post_id
:
PostId
;
published_at
:
string
;
reason
:
string
;
resolved
:
boolean
;
resolver_id
?:
PersonId
;
updated_at
?:
string
;
violates_instance_rules
:
boolean
;
}
Index
Properties
creator_
id
id
original_
post_
body?
original_
post_
name
original_
post_
url?
post_
id
published_
at
reason
resolved
resolver_
id?
updated_
at?
violates_
instance_
rules
Properties
creator_
id
creator_id
:
PersonId
id
id
:
PostReportId
Optional
original_
post_
body
original_post_body
?:
string
The original post body.
original_
post_
name
original_post_name
:
string
The original post title.
Optional
original_
post_
url
original_post_url
?:
DbUrl
The original post url.
post_
id
post_id
:
PostId
published_
at
published_at
:
string
reason
reason
:
string
resolved
resolved
:
boolean
Optional
resolver_
id
resolver_id
?:
PersonId
Optional
updated_
at
updated_at
?:
string
violates_
instance_
rules
violates_instance_rules
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creator_
id
id
original_
post_
body
original_
post_
name
original_
post_
url
post_
id
published_
at
reason
resolved
resolver_
id
updated_
at
violates_
instance_
rules
lemmy-js-client
Loading...
A post report.