Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
CommentReport
Interface CommentReport
interface
CommentReport
{
comment_id
:
number
;
creator_id
:
number
;
id
:
number
;
original_comment_text
:
string
;
published
:
string
;
reason
:
string
;
resolved
:
boolean
;
resolver_id
?:
number
;
updated
?:
string
;
}
Index
Properties
comment_
id
creator_
id
id
original_
comment_
text
published
reason
resolved
resolver_
id?
updated?
Properties
comment_
id
comment_
id
:
number
creator_
id
creator_
id
:
number
id
id
:
number
original_
comment_
text
original_
comment_
text
:
string
published
published
:
string
reason
reason
:
string
resolved
resolved
:
boolean
Optional
resolver_
id
resolver_
id
?:
number
Optional
updated
updated
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
comment_
id
creator_
id
id
original_
comment_
text
published
reason
resolved
resolver_
id
updated
lemmy-js-client
Loading...