SuggestedPostInfo
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)