JsonQuote

fun JsonQuote(id: Long? = null, author: JsonAddress? = null, text: String? = null, attachments: List<JsonQuotedAttachment> = emptyList(), mentions: List<JsonMention> = emptyList())