Sha256: 895c4a36bef418e80d2650dfeab4bd706ce698ee78f22dec387e1873272106f9

Contents?: true

Size: 544 Bytes

Versions: 9

Compression:

Stored size: 544 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedDocument < Base
        attribute :type, String, default: 'document'
        attribute :id, String
        attribute :title, String
        attribute :document_file_id, 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

9 entries across 9 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_cached_document.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_cached_document.rb