Sha256: 8c0fb3ce7addc5111839b6e78b4b1f87bb83cede4a818ca361c278d06b7bb383

Contents?: true

Size: 620 Bytes

Versions: 35

Compression:

Stored size: 620 Bytes

Contents

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

35 entries across 35 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/inline_query_result_document.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/inline_query_result_document.rb