Sha256: 79106ffd7d1667a90aa8015fcdd27f7ffa76d6a68c3a46a04872ebfd082b54df
Contents?: true
Size: 654 Bytes
Versions: 35
Compression:
Stored size: 654 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultVideo < Base attribute :type, String, default: 'video' attribute :id, String attribute :video_url, String attribute :mime_type, String attribute :thumb_url, String attribute :title, String attribute :caption, String attribute :video_width, Integer attribute :video_height, Integer attribute :video_duration, Integer attribute :description, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
35 entries across 35 versions & 3 rubygems