lemmy-js-client
Preparing search index...
ModRemoveCommentView
Type Alias ModRemoveCommentView
When a moderator removes a comment.
type
ModRemoveCommentView
=
{
comment
:
Comment
;
community
:
Community
;
mod_remove_comment
:
ModRemoveComment
;
moderator
?:
Person
;
other_person
:
Person
;
post
:
Post
;
}
Index
Properties
comment
community
mod_
remove_
comment
moderator?
other_
person
post
Properties
comment
comment
:
Comment
community
community
:
Community
mod_
remove_
comment
mod_remove_comment
:
ModRemoveComment
Optional
moderator
moderator
?:
Person
other_
person
other_person
:
Person
post
post
:
Post
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
community
mod_
remove_
comment
moderator
other_
person
post
lemmy-js-client
Loading...
When a moderator removes a comment.