lemmy-js-client
Preparing search index...
ModLockComment
Type Alias ModLockComment
When a moderator locks a comment (prevents new replies to a comment or its children).
type
ModLockComment
=
{
comment_id
:
CommentId
;
id
:
ModLockCommentId
;
locked
:
boolean
;
mod_person_id
:
PersonId
;
published_at
:
string
;
reason
:
string
;
}
Index
Properties
comment_
id
id
locked
mod_
person_
id
published_
at
reason
Properties
comment_
id
comment_id
:
CommentId
id
id
:
ModLockCommentId
locked
locked
:
boolean
mod_
person_
id
mod_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
comment_
id
id
locked
mod_
person_
id
published_
at
reason
lemmy-js-client
Loading...
When a moderator locks a comment (prevents new replies to a comment or its children).