lemmy-js-client
Preparing search index...
FeaturePost
Type Alias FeaturePost
Feature a post (stickies / pins to the top).
type
FeaturePost
=
{
feature_type
:
PostFeatureType
;
featured
:
boolean
;
post_id
:
PostId
;
}
Index
Properties
feature_
type
featured
post_
id
Properties
feature_
type
feature_type
:
PostFeatureType
featured
featured
:
boolean
post_
id
post_id
:
PostId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
feature_
type
featured
post_
id
lemmy-js-client
Loading...
Feature a post (stickies / pins to the top).