Sha256: 965cba6acc371507d12bf7b868b68adcf5481a5e15e0bb6eea4c09e3ce25a048

Contents?: true

Size: 535 Bytes

Versions: 9

Compression:

Stored size: 535 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedPhoto < Base
        attribute :type, String, default: 'photo'
        attribute :id, String
        attribute :photo_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

9 entries across 9 versions & 2 rubygems

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