lemmy-js-client
Preparing search index...
RemoveCommunity
Type Alias RemoveCommunity
Remove a community (only doable by moderators).
type
RemoveCommunity
=
{
community_id
:
CommunityId
;
reason
?:
string
;
removed
:
boolean
;
}
Index
Properties
community_
id
reason?
removed
Properties
community_
id
community_id
:
CommunityId
Optional
reason
reason
?:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community_
id
reason
removed
lemmy-js-client
Loading...
Remove a community (only doable by moderators).