Sha256: 2764161797e9556adb886c6ae4b98f2c0c04b9d2e652e5fbf31755232e02583c

Contents?: true

Size: 627 Bytes

Versions: 4

Compression:

Stored size: 627 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultArticle < Base
        attribute :type, String, default: 'article'
        attribute :id, String
        attribute :title, String
        attribute :message_text, String
        attribute :parse_mode, String
        attribute :parse_mode, String
        attribute :disable_web_page_preview, Boolean
        attribute :url, String
        attribute :hide_url, Boolean
        attribute :description, String
        attribute :thumb_url, String
        attribute :thumb_width, Integer
        attribute :thumb_height, Integer
      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_article.rb
telegram-bot-types-0.2.0 lib/telegram/bot/types/inline_query_result_article.rb
telegram-bot-ruby-0.4.1 lib/telegram/bot/types/inline_query_result_article.rb
telegram-bot-ruby-0.4.0 lib/telegram/bot/types/inline_query_result_article.rb