DirectMessageDetails

constructor(id: String, type: Int, authorId: String, content: String, embeds: List<Map<String, String>> = emptyList(), attachmentsList: List<SimpleAttachments>? = null, reactions: List<Reaction> = emptyList(), sourceQuote: JsonElement? = null, readStatus: Boolean = false)(source)