Sha256: c31193a4fdd608ebb555dc8ee6cf275442ab718b4ce2dc35cffdc2fb3913f72b
Contents?: true
Size: 460 Bytes
Versions: 26
Compression:
Stored size: 460 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultVoice < Base attribute :type, String, default: 'voice' attribute :id, String attribute :voice_url, String attribute :title, String attribute :caption, String attribute :voice_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