lemmy-js-client
Preparing search index...
ModFeaturePost
Type Alias ModFeaturePost
When a moderator features a post on a community (pins it to the top).
type
ModFeaturePost
=
{
featured
:
boolean
;
id
:
ModFeaturePostId
;
is_featured_community
:
boolean
;
mod_person_id
:
PersonId
;
post_id
:
PostId
;
published_at
:
string
;
}
Index
Properties
featured
id
is_
featured_
community
mod_
person_
id
post_
id
published_
at
Properties
featured
featured
:
boolean
id
id
:
ModFeaturePostId
is_
featured_
community
is_featured_community
:
boolean
mod_
person_
id
mod_person_id
:
PersonId
post_
id
post_id
:
PostId
published_
at
published_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
featured
id
is_
featured_
community
mod_
person_
id
post_
id
published_
at
lemmy-js-client
Loading...
When a moderator features a post on a community (pins it to the top).