Class: TD::Types::PushMessageContent::Invoice
- Inherits:
-
TD::Types::PushMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::PushMessageContent
- TD::Types::PushMessageContent::Invoice
- Defined in:
- lib/tdlib/types/push_message_content/invoice.rb
Overview
A message with an invoice from a bot.
Instance Attribute Summary collapse
-
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
-
#price ⇒ TD::Types::String
Product price.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
6 7 8 |
# File 'lib/tdlib/types/push_message_content/invoice.rb', line 6 def is_pinned @is_pinned end |
#price ⇒ TD::Types::String
Product price.
6 7 8 |
# File 'lib/tdlib/types/push_message_content/invoice.rb', line 6 def price @price end |