Sha256: abc8e11059d23ef6a59cec9381b12f6621c339535acde1496b30ee1a99c3c9bf
Contents?: true
Size: 538 Bytes
Versions: 2
Compression:
Stored size: 538 Bytes
Contents
module TD::Types # Represents a photo. # # @attr id [TD::Types::String] Unique identifier of the query result. # @attr photo [TD::Types::Photo] Photo. # @attr title [TD::Types::String] Title of the result, if known. # @attr description [TD::Types::String] A short description of the result, if known. class InlineQueryResult::Photo < InlineQueryResult attribute :id, TD::Types::String attribute :photo, TD::Types::Photo attribute :title, TD::Types::String attribute :description, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/inline_query_result/photo.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/inline_query_result/photo.rb |