GetDraftsResponse

data class GetDraftsResponse(val cursor: String? = null, val drafts: List<DraftView>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, drafts: List<DraftView>)

Properties

Link copied to clipboard
Link copied to clipboard