kiscord
0.6.0
kiscord-core
/
kiscord.api
/
DataUri
/
Text
Text
class
Text
@
JvmOverloads
constructor
(
val
text
:
String
,
contentType
:
ContentType
=
DefaultTextType
)
:
DataUri
(
source
)
Constructors
Functions
Properties
Constructors
Text
Link copied to clipboard
@
JvmOverloads
fun
Text
(
text
:
String
,
contentType
:
ContentType
=
DefaultTextType
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
text
Link copied to clipboard
val
text
:
String