lemmy-js-client
Preparing search index...
ModTransferCommunityView
Type Alias ModTransferCommunityView
When a moderator transfers a community to a new owner.
type
ModTransferCommunityView
=
{
community
:
Community
;
mod_transfer_community
:
ModTransferCommunity
;
moderator
?:
Person
;
other_person
:
Person
;
}
Index
Properties
community
mod_
transfer_
community
moderator?
other_
person
Properties
community
community
:
Community
mod_
transfer_
community
mod_transfer_community
:
ModTransferCommunity
Optional
moderator
moderator
?:
Person
other_
person
other_person
:
Person
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community
mod_
transfer_
community
moderator
other_
person
lemmy-js-client
Loading...
When a moderator transfers a community to a new owner.