Template Container Options
data class TemplateContainerOptions(val profile: Boolean = true, val time: Boolean = true, val nickname: Boolean = true)
Template container options used for building message template. Each property indicates whether to affect the visibility of the each component
Since
4.19.0