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