Sha256: 72b1550659fecf4dccae7eb1a765536e3dc08873db08fa2d52d8dfb11893345a
Contents?: true
Size: 504 Bytes
Versions: 5
Compression:
Stored size: 504 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 :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