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