lemmy-js-client
Preparing search index...
RemoveComment
Type Alias RemoveComment
Remove a comment (only doable by mods).
type
RemoveComment
=
{
comment_id
:
CommentId
;
reason
?:
string
;
removed
:
boolean
;
}
Index
Properties
comment_
id
reason?
removed
Properties
comment_
id
comment_id
:
CommentId
Optional
reason
reason
?:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
reason
removed
lemmy-js-client
Loading...
Remove a comment (only doable by mods).