CalendarTemplate

data class CalendarTemplate @JvmOverloads constructor(id: String, idType: IdType, content: Content, buttons: List<Button>?) : DefaultTemplate, Parcelable

캘린더 메시지용 기본 템플릿
Default template for calendar messages

Constructors

Link copied to clipboard
fun CalendarTemplate(id: String, idType: IdType, content: Content, buttons: List<Button>? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val buttons: List<Button>? = null

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

Link copied to clipboard
val content: Content

일정 설명
Event description

Link copied to clipboard
val id: String

구독 캘린더 또는 공개 일정 ID
ID for subscribed calendar or public event

Link copied to clipboard
val idType: IdType

ID 타입
ID type

Link copied to clipboard
val objectType: String

메시지 템플릿 타입, "calendar"로 고정
Type of the message template, fixed as "calendar"