Sha256: e6ae7f78bd3241f290e42c8affe44ef52ee54d1ae884a491c4311254ce4b2d07

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/input_media_photo.rb