class
TD::PushMessageContent::Animation
Included Modules
- JSON::Serializable
Defined in:
telegram/types/push_message_content/animation.crConstructors
- .new(animation : Union(TD::Animation, Nil), caption : String, is_pinned : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #animation : TD::Animation?
- #animation=(animation : Nil | TD::Animation)
- #caption : String
- #caption=(caption : String)
- #is_pinned : Bool
- #is_pinned=(is_pinned : Bool)
- #object_type : String
- #object_type=(object_type : String)