Sha256: 8f917e5f52a7a46ab986b2f0d17ce5eef53baeadb8d58b3c08ffcf87a02810b9

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PaidMediaInfo < Base
        attribute :star_count, Types::Integer
        attribute :paid_media, Types::Array.of(PaidMedia)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/paid_media_info.rb