Sha256: 99825e1843514f4d1483007fccc1f58c439cd9f574cf449146aafa0af6ef087d
Contents?: true
Size: 432 Bytes
Versions: 5
Compression:
Stored size: 432 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedAudio < Base attribute :type, String, default: 'audio' attribute :id, String attribute :audio_file_id, 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