CalendarTemplate class

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

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

buttons List<Button>?
KO: 메시지 하단 버튼
EN: Button at the bottom of the message
final
content Content
KO: 일정 설명
EN: Event description
final
hashCode int
The hash code for this object.
no setterinherited
id String
KO: 구독 캘린더 또는 공개 일정 ID
EN: ID for subscribed calendar or public event
final
idType IdType
KO: ID 타입
EN: ID type
final
objectType String
KO: 메시지 템플릿 타입, "calendar"로 고정
EN: Type of the message template, fixed as "calendar"
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited