Sha256: 02bf4e31773d9c843dd2e832174fde240af00fbe5adf6e7feed6e68bfbc34a90
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems