Sha256: 87f7fc24c16cb64b1617900e2faebef5f5fc938b191d00c1ed6d181904fe60d4

Contents?: true

Size: 689 Bytes

Versions: 9

Compression:

Stored size: 689 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultDocument < Base
        attribute :type, String, default: 'document'
        attribute :id, String
        attribute :title, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :document_url, String
        attribute :mime_type, String
        attribute :description, String
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
        attribute :thumb_url, String
        attribute :thumb_width, Integer
        attribute :thumb_height, Integer
      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_document.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_document.rb