lemmy-js-client
Preparing search index...
CreatePostLike
Type Alias CreatePostLike
Like a post.
type
CreatePostLike
=
{
is_upvote
?:
boolean
;
post_id
:
PostId
;
}
Index
Properties
is_
upvote?
post_
id
Properties
Optional
is_
upvote
is_upvote
?:
boolean
True means Upvote, False means Downvote, and None means remove vote.
post_
id
post_id
:
PostId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is_
upvote
post_
id
lemmy-js-client
Loading...
Like a post.