lemmy-js-client
Preparing search index...
ModBanFromCommunity
Type Alias ModBanFromCommunity
When someone is banned from a community.
type
ModBanFromCommunity
=
{
banned
:
boolean
;
community_id
:
CommunityId
;
expires_at
?:
string
;
id
:
ModBanFromCommunityId
;
mod_person_id
:
PersonId
;
other_person_id
:
PersonId
;
published_at
:
string
;
reason
?:
string
;
}
Index
Properties
banned
community_
id
expires_
at?
id
mod_
person_
id
other_
person_
id
published_
at
reason?
Properties
banned
banned
:
boolean
community_
id
community_id
:
CommunityId
Optional
expires_
at
expires_at
?:
string
id
id
:
ModBanFromCommunityId
mod_
person_
id
mod_person_id
:
PersonId
other_
person_
id
other_person_id
:
PersonId
published_
at
published_at
:
string
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
banned
community_
id
expires_
at
id
mod_
person_
id
other_
person_
id
published_
at
reason
lemmy-js-client
Loading...
When someone is banned from a community.