class
TD::MessageContent::Photo
- TD::MessageContent::Photo
- TD::MessageContent
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/photo.crConstructors
- .new(photo : TD::Photo, caption : TD::FormattedText, is_secret : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #caption : TD::FormattedText
- #caption=(caption : TD::FormattedText)
- #is_secret : Bool
- #is_secret=(is_secret : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #photo : TD::Photo
- #photo=(photo : TD::Photo)