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