NewPostRequest

API: Internal/Beta

data class NewPostRequest(
    val title: String,
    val subtitle: String,
    val body: String,
    val showFrom: Long,
    val category: String,
    val hideFrom: Long?,
)
Properties
title: String
subtitle: String
body: String
showFrom: Long
category: String
hideFrom: Long?