lemmy-js-client
Preparing search index...
GetPost
Type Alias GetPost
Get a post. Needs either the post id, or comment_id.
type
GetPost
=
{
comment_id
?:
CommentId
;
id
?:
PostId
;
}
Index
Properties
comment_
id?
id?
Properties
Optional
comment_
id
comment_id
?:
CommentId
Optional
id
id
?:
PostId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment_
id
id
lemmy-js-client
Loading...
Get a post. Needs either the post id, or comment_id.