lemmy-js-client
Preparing search index...
ResolveCommentReport
Type Alias ResolveCommentReport
Resolve a comment report (only doable by mods).
type
ResolveCommentReport
=
{
report_id
:
CommentReportId
;
resolve_reason
?:
string
;
resolved
:
boolean
;
}
Index
Properties
report_
id
resolve_
reason?
resolved
Properties
report_
id
report_id
:
CommentReportId
Optional
resolve_
reason
resolve_reason
?:
string
resolved
resolved
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
report_
id
resolve_
reason
resolved
lemmy-js-client
Loading...
Resolve a comment report (only doable by mods).