TemplateContainerOptions

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

Constructors

Link copied to clipboard
constructor(profile: Boolean = true, time: Boolean = true, nickname: Boolean = true)

Properties

Link copied to clipboard
val nickname: Boolean = true
Link copied to clipboard
val profile: Boolean = true
Link copied to clipboard
val time: Boolean = true