Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
BanFromCommunity
Interface BanFromCommunity
interface
BanFromCommunity
{
ban
:
boolean
;
community_id
:
number
;
expires
?:
number
;
person_id
:
number
;
reason
?:
string
;
remove_data
?:
boolean
;
}
Index
Properties
ban
community_
id
expires?
person_
id
reason?
remove_
data?
Properties
ban
ban
:
boolean
community_
id
community_
id
:
number
Optional
expires
expires
?:
number
person_
id
person_
id
:
number
Optional
reason
reason
?:
string
Optional
remove_
data
remove_
data
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
ban
community_
id
expires
person_
id
reason
remove_
data
lemmy-js-client
Loading...