lemmy-js-client
Preparing search index...
ModRemovePost
Type Alias ModRemovePost
When a moderator removes a post.
type
ModRemovePost
=
{
id
:
ModRemovePostId
;
mod_person_id
:
PersonId
;
post_id
:
PostId
;
published_at
:
string
;
reason
?:
string
;
removed
:
boolean
;
}
Index
Properties
id
mod_
person_
id
post_
id
published_
at
reason?
removed
Properties
id
id
:
ModRemovePostId
mod_
person_
id
mod_person_id
:
PersonId
post_
id
post_id
:
PostId
published_
at
published_at
:
string
Optional
reason
reason
?:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
mod_
person_
id
post_
id
published_
at
reason
removed
lemmy-js-client
Loading...
When a moderator removes a post.