Sha256: 21a15431400f0e85450985fbf5ddada772559b0e5c9d9576713cf8f22b1b790b
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 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.of(MessageEntity) attribute :disable_content_type_detection, Boolean 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_document.rb |