Sha256: 9d6c44597391f2a017dfd36cfbe0509c97cf21bb975c2e60e0350fe8ec093dc8
Contents?: true
Size: 427 Bytes
Versions: 26
Compression:
Stored size: 427 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultCachedVoice < Base attribute :type, String, default: 'voice' attribute :id, String attribute :voice_file_id, String attribute :title, String attribute :caption, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
26 entries across 26 versions & 3 rubygems