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