Sha256: 3d8de39e158ae1ae10b494705656742a5744993096147ce49429443f9da17286
Contents?: true
Size: 513 Bytes
Versions: 5
Compression:
Stored size: 513 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedDocument < Base attribute :type, String, default: 'document' attribute :id, String attribute :title, String attribute :document_file_id, String attribute :description, String attribute :caption, String attribute :parse_mode, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
5 entries across 5 versions & 1 rubygems