lemmy-js-client
Preparing search index...
ModRemoveComment
Type Alias ModRemoveComment
When a moderator removes a comment.
type
ModRemoveComment
=
{
comment_id
:
CommentId
;
id
:
ModRemoveCommentId
;
mod_person_id
:
PersonId
;
published_at
:
string
;
reason
?:
string
;
removed
:
boolean
;
}
Index
Properties
comment_
id
id
mod_
person_
id
published_
at
reason?
removed
Properties
comment_
id
comment_id
:
CommentId
id
id
:
ModRemoveCommentId
mod_
person_
id
mod_person_id
:
PersonId
published_
at
published_at
:
string
Optional
reason
reason
?:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
id
mod_
person_
id
published_
at
reason
removed
lemmy-js-client
Loading...
When a moderator removes a comment.