Sha256: 9f20a7777f9cc4ce90d0a6342a0855d7abcc8773e3b7fec50d5a1f93f2a21e63

Contents?: true

Size: 219 Bytes

Versions: 5

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class LabeledPrice < Base
        attribute :label, Types::String
        attribute :amount, Types::Integer
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/labeled_price.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/labeled_price.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/labeled_price.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/labeled_price.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/labeled_price.rb