tock / ai.tock.bot.api.model.message.bot / I18nText

I18nText

data class I18nText : CharSequence, TranslatedSequence (source)

Constructors

<init>

I18nText(text: String, args: List<String?> = emptyList(), toBeTranslated: Boolean = true, key: String? = null)

Properties

args

val args: List<String?>

key

val key: String?

text

val text: String

toBeTranslated

val toBeTranslated: Boolean

Functions

plus

fun plus(other: Any?): I18nText

toString

fun toString(): String