lemmy-js-client
Preparing search index...
AdminRemoveCommunity
Type Alias AdminRemoveCommunity
When a moderator removes a community.
type
AdminRemoveCommunity
=
{
community_id
:
CommunityId
;
id
:
AdminRemoveCommunityId
;
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
:
AdminRemoveCommunityId
mod_
person_
id
mod_person_id
:
PersonId
published_
at
published_at
:
string
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.