Sha256: 0f2f65b320bf549516ad09950dedc4dc0f17bd9cdfa004bdb5636f9f59a36e5d
Contents?: true
Size: 466 Bytes
Versions: 35
Compression:
Stored size: 466 Bytes
Contents
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 :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
35 entries across 35 versions & 3 rubygems