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