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