lemmy-js-client
Preparing search index...
ModTransferCommunity
Type Alias ModTransferCommunity
When a moderator transfers a community to a new owner.
type
ModTransferCommunity
=
{
community_id
:
CommunityId
;
id
:
ModTransferCommunityId
;
mod_person_id
:
PersonId
;
other_person_id
:
PersonId
;
published_at
:
string
;
}
Index
Properties
community_
id
id
mod_
person_
id
other_
person_
id
published_
at
Properties
community_
id
community_id
:
CommunityId
id
id
:
ModTransferCommunityId
mod_
person_
id
mod_person_id
:
PersonId
other_
person_
id
other_person_id
:
PersonId
published_
at
published_at
:
string
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
lemmy-js-client
Loading...
When a moderator transfers a community to a new owner.