lemmy-js-client
Preparing search index...
CreateCommentLike
Type Alias CreateCommentLike
Like a comment.
type
CreateCommentLike
=
{
comment_id
:
CommentId
;
score
:
number
;
}
Index
Properties
comment_
id
score
Properties
comment_
id
comment_id
:
CommentId
score
score
:
number
Must be -1, 0, or 1 .
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
score
lemmy-js-client
Loading...
Like a comment.