Sha256: 17c696a319c5913cb6da73c2833c955494476f85afef329c61b96cced0abbf21
Contents?: true
Size: 466 Bytes
Versions: 35
Compression:
Stored size: 466 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedPhoto < Base attribute :type, String, default: 'photo' attribute :id, String attribute :photo_file_id, String attribute :title, 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