Sha256: 66ffe5b70d02ff5f67146cd93ad720045dbb37bb035238280e2807005a98084a
Contents?: true
Size: 535 Bytes
Versions: 9
Compression:
Stored size: 535 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InlineQueryResultCachedVideo < Base attribute :type, String, default: 'video' attribute :id, String attribute :video_file_id, String attribute :title, String attribute :description, String attribute :caption, String attribute :parse_mode, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
9 entries across 9 versions & 2 rubygems