Preparing search index...
The search index is not available
lemmy-js-client
lemmy-js-client
CreatePost
Interface CreatePost
interface
CreatePost
{
alt_text
?:
string
;
body
?:
string
;
community_id
:
number
;
custom_thumbnail
?:
string
;
honeypot
?:
string
;
language_id
?:
number
;
name
:
string
;
nsfw
?:
boolean
;
url
?:
string
;
}
Index
Properties
alt_
text?
body?
community_
id
custom_
thumbnail?
honeypot?
language_
id?
name
nsfw?
url?
Properties
Optional
alt_
text
alt_
text
?:
string
Optional
body
body
?:
string
community_
id
community_
id
:
number
Optional
custom_
thumbnail
custom_
thumbnail
?:
string
Optional
honeypot
honeypot
?:
string
Optional
language_
id
language_
id
?:
number
name
name
:
string
Optional
nsfw
nsfw
?:
boolean
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alt_
text
body
community_
id
custom_
thumbnail
honeypot
language_
id
name
nsfw
url
lemmy-js-client
Loading...