Sha256: db99673df79ff55f515638a157e4c0a4f1f7021e46e35ad67cad89781670070c
Contents?: true
Size: 452 Bytes
Versions: 8
Compression:
Stored size: 452 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InputMediaDocument < Base attribute :type, String, default: 'document' attribute :media, String attribute :thumb, String attribute :caption, String attribute :parse_mode, String attribute :caption_entities, Array[MessageEntity] attribute :disable_content_type_detection, Boolean end end end end
Version data entries
8 entries across 8 versions & 1 rubygems