lemmy-js-client
Preparing search index...
CreatePostLike
Type Alias CreatePostLike
Like a post.
type
CreatePostLike
=
{
post_id
:
PostId
;
score
:
number
;
}
Index
Properties
post_
id
score
Properties
post_
id
post_id
:
PostId
score
score
:
number
Score must be -1, 0, or 1.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
post_
id
score
lemmy-js-client
Loading...
Like a post.