Sha256: 03303325b4862c1b3480451ee455fed7675ac2a1a6fbbae2273149ff4fe51c7f
Contents?: true
Size: 504 Bytes
Versions: 5
Compression:
Stored size: 504 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 :parse_mode, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
5 entries across 5 versions & 1 rubygems