http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-slack
/
org.http4k.connect.slack.model
/
Text
Text
@
JsonSerializable
data
class
Text
(
val
text
:
String
,
val
type
:
TextType
,
val
emoji
:
Boolean
?
=
null
)
(
source
)
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
,
type
:
TextType
,
emoji
:
Boolean
?
=
null
)
Properties
emoji
Link copied to clipboard
val
emoji
:
Boolean
?
text
Link copied to clipboard
val
text
:
String
type
Link copied to clipboard
val
type
:
TextType