Class: TD::Types::ProductInfo
- Defined in:
- lib/tdlib/types/product_info.rb
Overview
Contains information about a product that can be paid with invoice.
Instance Attribute Summary collapse
-
#description ⇒ TD::Types::FormattedText
Product description.
-
#photo ⇒ TD::Types::Photo?
Product photo; may be null.
-
#title ⇒ TD::Types::String
Product title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#description ⇒ TD::Types::FormattedText
Product description.
7 8 9 |
# File 'lib/tdlib/types/product_info.rb', line 7 def description @description end |
#photo ⇒ TD::Types::Photo?
Product photo; may be null.
7 8 9 |
# File 'lib/tdlib/types/product_info.rb', line 7 def photo @photo end |
#title ⇒ TD::Types::String
Product title.
7 8 9 |
# File 'lib/tdlib/types/product_info.rb', line 7 def title @title end |