class
TD::MessageCalendar
- TD::MessageCalendar
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_calendar.crConstructors
- .new(total_count : Int32, days : Array(TD::MessageCalendarDay))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #days : Array(TD::MessageCalendarDay)
- #days=(days : Array(TD::MessageCalendarDay))
- #object_type : String
- #object_type=(object_type : String)
- #total_count : Int32
- #total_count=(total_count : Int32)