lemmy-js-client
Preparing search index...
ModBan
Type Alias ModBan
When someone is banned from the site.
type
ModBan
=
{
banned
:
boolean
;
expires_at
?:
string
;
id
:
ModBanId
;
instance_id
:
InstanceId
;
mod_person_id
:
PersonId
;
other_person_id
:
PersonId
;
published_at
:
string
;
reason
?:
string
;
}
Index
Properties
banned
expires_
at?
id
instance_
id
mod_
person_
id
other_
person_
id
published_
at
reason?
Properties
banned
banned
:
boolean
Optional
expires_
at
expires_at
?:
string
id
id
:
ModBanId
instance_
id
instance_id
:
InstanceId
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
expires_
at
id
instance_
id
mod_
person_
id
other_
person_
id
published_
at
reason
lemmy-js-client
Loading...
When someone is banned from the site.