lemmy-js-client
Preparing search index...
PurgeComment
Type Alias PurgeComment
Purges a comment from the database. This will delete all content attached to that comment.
type
PurgeComment
=
{
comment_id
:
CommentId
;
reason
?:
string
;
}
Index
Properties
comment_
id
reason?
Properties
comment_
id
comment_id
:
CommentId
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
reason
lemmy-js-client
Loading...
Purges a comment from the database. This will delete all content attached to that comment.