SuggestedPostInfo

@Serializable
data class SuggestedPostInfo(val state: SuggestedPostInfo.State, val price: SuggestedPostPrice? = null, val sendDate: Int? = null)

Constructors

Link copied to clipboard
constructor(state: SuggestedPostInfo.State, price: SuggestedPostPrice? = null, sendDate: Int? = null)

Types

Link copied to clipboard
sealed interface State

Properties

Link copied to clipboard
@SerialName(value = "price")
val price: SuggestedPostPrice? = null
Link copied to clipboard
@SerialName(value = "send_date")
val sendDate: Int? = null
Link copied to clipboard
@SerialName(value = "state")
val state: SuggestedPostInfo.State