Sha256: ce133fbbdb15fea400ff53b98eb7b57075f3de712cb216bb8c8cecb7e09eaca1
Contents?: true
Size: 475 Bytes
Versions: 35
Compression:
Stored size: 475 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 :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
35 entries across 35 versions & 3 rubygems