Sha256: 7b4852283dd0f91a81b6549bb07e561ffcf341b91d51b446aee7fefc4a2be676

Contents?: true

Size: 534 Bytes

Versions: 1

Compression:

Stored size: 534 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

1 entries across 1 versions & 1 rubygems

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