Sha256: c27a9f0c41868f420cc6941e588dde38571502b53f7796e9eb761f8d3c4350dc
Contents?: true
Size: 566 Bytes
Versions: 9
Compression:
Stored size: 566 Bytes
Contents
# frozen_string_literal: true 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 :parse_mode, 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