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