lemmy-js-client
Preparing search index...
ModRemoveCommunity
Type Alias ModRemoveCommunity
When a moderator removes a community.
type
ModRemoveCommunity
=
{
community_id
:
CommunityId
;
id
:
ModRemoveCommunityId
;
mod_person_id
:
PersonId
;
published_at
:
string
;
reason
?:
string
;
removed
:
boolean
;
}
Index
Properties
community_
id
id
mod_
person_
id
published_
at
reason?
removed
Properties
community_
id
community_id
:
CommunityId
id
id
:
ModRemoveCommunityId
mod_
person_
id
mod_person_id
:
PersonId
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
community_
id
id
mod_
person_
id
published_
at
reason
removed
lemmy-js-client
Loading...
When a moderator removes a community.