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