lemmy-js-client
Preparing search index...
GetCommentsResponse
Type Alias GetCommentsResponse
The comment list response.
type
GetCommentsResponse
=
{
comments
:
CommentView
[]
;
next_page
?:
PaginationCursor
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
comments
next_
page?
prev_
page?
Properties
comments
comments
:
CommentView
[]
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...
The comment list response.