ChannelMessageDetails

constructor(id: String, type: Int, author: SimpleUser, content: String, mention: List<String> = emptyList(), isMentionAll: Boolean = false, mentionRoles: List<Int> = emptyList(), isMentionHere: Boolean = false, embeds: List<Map<String, String>> = emptyList(), attachments: SimpleAttachments? = null, reactions: List<Reaction> = emptyList(), quote: Quote? = null, mentionInfo: MentionInfo? = null, channelId: String? = null)(source)