Sha256: 28362bb7786f9cef430eaf6fc8480292b910bd4443245ebb6db6638810c74fb5
Contents?: true
Size: 462 Bytes
Versions: 9
Compression:
Stored size: 462 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultAudio < Base attribute :type, String, default: 'audio' attribute :id, String attribute :audio_url, String attribute :title, String attribute :performer, String attribute :audio_duration, Integer attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
9 entries across 9 versions & 2 rubygems