lemmy-js-client
Preparing search index...
ListPostLikesResponse
Type Alias ListPostLikesResponse
The post likes response
type
ListPostLikesResponse
=
{
next_page
?:
PaginationCursor
;
post_likes
:
VoteView
[]
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
next_
page?
post_
likes
prev_
page?
Properties
Optional
next_
page
next_page
?:
PaginationCursor
the pagination cursor to use to fetch the next page
post_
likes
post_likes
:
VoteView
[]
Optional
prev_
page
prev_page
?:
PaginationCursor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next_
page
post_
likes
prev_
page
lemmy-js-client
Loading...
The post likes response