MessageFragment

@Serializable
data class MessageFragment(val type: FragmentType = FragmentType.TEXT, val text: String = "", val cheermote: Cheermote? = null, val emote: Emote? = null, val mention: Mention? = null)

Constructors

Link copied to clipboard
constructor(type: FragmentType = FragmentType.TEXT, text: String = "", cheermote: Cheermote? = null, emote: Emote? = null, mention: Mention? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val emote: Emote?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard