Sha256: b50c00bd037a2eb687acabbfed42c8385258a2eec0f22231bb41efe80ca748bc
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 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
9 entries across 9 versions & 2 rubygems