Sha256: 85f72fa948da0a91f7efe2fd4ba93e64411e1ffdd798837122f6827ba3557aec

Contents?: true

Size: 265 Bytes

Versions: 5

Compression:

Stored size: 265 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/input_media_photo.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/input_media_photo.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/input_media_photo.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/input_media_photo.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/input_media_photo.rb