Sha256: 532c17f190d0668be21e366a2f83bdd1fc6920eb42fcdc3e694b947cb0c525b2
Contents?: true
Size: 658 Bytes
Versions: 5
Compression:
Stored size: 658 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultDocument < Base attribute :type, String, default: 'document' attribute :id, String attribute :title, String attribute :caption, String attribute :parse_mode, String attribute :document_url, String attribute :mime_type, String attribute :description, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent attribute :thumb_url, String attribute :thumb_width, Integer attribute :thumb_height, Integer end end end end
Version data entries
5 entries across 5 versions & 1 rubygems