Sha256: 0c02daa2d8c27c6236d693a5a3a794cd7a3b621c8f65b06efdd555d39a43ea46

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

module TD::Types
  # A message with an invoice from a bot.
  #
  # @attr price [TD::Types::String] Product price.
  # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content.
  class PushMessageContent::Invoice < PushMessageContent
    attribute :price, TD::Types::String
    attribute :is_pinned, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/push_message_content/invoice.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/push_message_content/invoice.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/push_message_content/invoice.rb