Sha256: 410c26bdc024b68299ed04b80dd4a81b3ce4d7c01f54644bd778458f9b01005f

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 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 :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.2 lib/telegram/bot/types/inline_query_result_cached_video.rb