class
TD::InlineQueryResult::Photo
- TD::InlineQueryResult::Photo
- TD::InlineQueryResult
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/inline_query_result/photo.crConstructors
- .new(id : String, photo : TD::Photo, title : String, description : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #description : String
- #description=(description : String)
- #id : String
- #id=(id : String)
- #object_type : String
- #object_type=(object_type : String)
- #photo : TD::Photo
- #photo=(photo : TD::Photo)
- #title : String
- #title=(title : String)