Sha256: f52f7ba03bb500d4d945565fb04f6295c9eabd95c7c07db8e35634fb8bad9fd6

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InputMediaPhoto < Base
        attribute :type, String
        attribute :media, String
        attribute :caption, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/input_media_photo.rb