lemmy-js-client
Preparing search index...
CommentReport
Type Alias CommentReport
A comment report.
type
CommentReport
=
{
comment_id
:
CommentId
;
creator_id
:
PersonId
;
id
:
CommentReportId
;
original_comment_text
:
string
;
published_at
:
string
;
reason
:
string
;
resolved
:
boolean
;
resolver_id
?:
PersonId
;
updated_at
?:
string
;
violates_instance_rules
:
boolean
;
}
Index
Properties
comment_
id
creator_
id
id
original_
comment_
text
published_
at
reason
resolved
resolver_
id?
updated_
at?
violates_
instance_
rules
Properties
comment_
id
comment_id
:
CommentId
creator_
id
creator_id
:
PersonId
id
id
:
CommentReportId
original_
comment_
text
original_comment_text
:
string
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
comment_
id
creator_
id
id
original_
comment_
text
published_
at
reason
resolved
resolver_
id
updated_
at
violates_
instance_
rules
lemmy-js-client
Loading...
A comment report.