lemmy-js-client
Preparing search index...
ModAddCommunity
Type Alias ModAddCommunity
When someone is added as a community moderator.
type
ModAddCommunity
=
{
community_id
:
CommunityId
;
id
:
ModAddCommunityId
;
mod_person_id
:
PersonId
;
other_person_id
:
PersonId
;
published_at
:
string
;
removed
:
boolean
;
}
Index
Properties
community_
id
id
mod_
person_
id
other_
person_
id
published_
at
removed
Properties
community_
id
community_id
:
CommunityId
id
id
:
ModAddCommunityId
mod_
person_
id
mod_person_id
:
PersonId
other_
person_
id
other_person_id
:
PersonId
published_
at
published_at
:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community_
id
id
mod_
person_
id
other_
person_
id
published_
at
removed
lemmy-js-client
Loading...
When someone is added as a community moderator.