kakao-android-sdk-rx / com.kakao.sdk.template / TextTemplate

TextTemplate

data class TextTemplate

Constructors

<init>

TextTemplate(text: String, link: Link, buttonTitle: String, buttons: List<Button> = mutableListOf())

Properties

buttons

val buttons: List<Button>

buttonTitle

val buttonTitle: String

link

val link: Link

objectType

val objectType: String

text

val text: String