lemmy-js-client
Preparing search index...
GetPostResponse
Type Alias GetPostResponse
The post response.
type
GetPostResponse
=
{
community_view
:
CommunityView
;
cross_posts
:
PostView
[]
;
post_view
:
PostView
;
}
Index
Properties
community_
view
cross_
posts
post_
view
Properties
community_
view
community_view
:
CommunityView
cross_
posts
cross_posts
:
PostView
[]
A list of cross-posts, or other times / communities this link has been posted to.
post_
view
post_view
:
PostView
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community_
view
cross_
posts
post_
view
lemmy-js-client
Loading...
The post response.