Sha256: be7ea057bc08e967affc745b373b0f62d0bc53312aad30a783e0200284b0e51f
Contents?: true
Size: 497 Bytes
Versions: 26
Compression:
Stored size: 497 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 :caption, String attribute :performer, String attribute :audio_duration, Integer attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
26 entries across 26 versions & 3 rubygems