Sha256: 615f421abd061541fd9481f7c64cca04fdffced89d812002a2178a79b97bb3bb

Contents?: true

Size: 589 Bytes

Versions: 4

Compression:

Stored size: 589 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultPhoto < Base
        attribute :type, String, default: 'photo'
        attribute :id, String
        attribute :photo_url, String
        attribute :photo_width, Integer
        attribute :photo_height, Integer
        attribute :thumb_url, String
        attribute :title, String
        attribute :description, String
        attribute :caption, String
        attribute :message_text, String
        attribute :parse_mode, String
        attribute :disable_web_page_preview, Boolean
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.4.2 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-types-0.2.0 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.4.1 lib/telegram/bot/types/inline_query_result_photo.rb
telegram-bot-ruby-0.4.0 lib/telegram/bot/types/inline_query_result_photo.rb