Sha256: 94ee96fe80acee41441123940e8cc9ea7249de671345cf4d7c5af9be31b717ae

Contents?: true

Size: 605 Bytes

Versions: 10

Compression:

Stored size: 605 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultArticle < Base
        attribute :type, String, default: 'article'
        attribute :id, String
        attribute :title, String
        attribute :input_message_content, InputMessageContent
        attribute :reply_markup, InlineKeyboardMarkup
        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

10 entries across 10 versions & 2 rubygems

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