lemmy-js-client
Preparing search index...
ListCommentLikes
Type Alias ListCommentLikes
List comment likes. Admins-only.
type
ListCommentLikes
=
{
comment_id
:
CommentId
;
limit
?:
number
;
page_back
?:
boolean
;
page_cursor
?:
PaginationCursor
;
}
Index
Properties
comment_
id
limit?
page_
back?
page_
cursor?
Properties
comment_
id
comment_id
:
CommentId
Optional
limit
limit
?:
number
Optional
page_
back
page_back
?:
boolean
Optional
page_
cursor
page_cursor
?:
PaginationCursor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
limit
page_
back
page_
cursor
lemmy-js-client
Loading...
List comment likes. Admins-only.