Sha256: 5313200bb6ec0b8c854bcc6ca007e2ff05acdc02d784a8b4efadff0a511e646f

Contents?: true

Size: 612 Bytes

Versions: 5

Compression:

Stored size: 612 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultPhoto < Base
        attribute :type, String, default: 'photo'
        attribute :id, String
        attribute :photo_url, String
        attribute :thumb_url, String
        attribute :photo_width, Integer
        attribute :photo_height, Integer
        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

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_photo.rb