Sha256: 1553b12e3b519e81b527bfebcb9c410a062e0588fedbd18ad59ed3381b4f1c86
Contents?: true
Size: 574 Bytes
Versions: 40
Compression:
Stored size: 574 Bytes
Contents
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
40 entries across 40 versions & 3 rubygems