lemmy-js-client
Preparing search index...
CreatePostWarning
Type Alias CreatePostWarning
Creates a warning against a post and notifies the user.
type
CreatePostWarning
=
{
post_id
:
PostId
;
reason
:
string
;
}
Index
Properties
post_
id
reason
Properties
post_
id
post_id
:
PostId
reason
reason
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
post_
id
reason
lemmy-js-client
Loading...
Creates a warning against a post and notifies the user.