Button

@Serializable
data class Button(val title: String, val link: Link)

메시지 하단 버튼
Button at the bottom of the message

Parameters

title

버튼 문구
Label for the button

link

바로가기 URL
Link URL

Constructors

Link copied to clipboard
constructor(title: String, link: Link)

Properties

Link copied to clipboard
val link: Link
Link copied to clipboard
val title: String