lemmy-js-client
Preparing search index...
GetCommentsSlimResponse
Type Alias GetCommentsSlimResponse
A slimmer comment list response, without the post or community.
type
GetCommentsSlimResponse
=
{
comments
:
CommentSlimView
[]
;
next_page
?:
PaginationCursor
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
comments
next_
page?
prev_
page?
Properties
comments
comments
:
CommentSlimView
[]
Optional
next_
page
next_page
?:
PaginationCursor
Optional
prev_
page
prev_page
?:
PaginationCursor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comments
next_
page
prev_
page
lemmy-js-client
Loading...
A slimmer comment list response, without the post or community.