Sha256: fd9f0ca854ccb8503cb0f1997b706071a2ea2aeb4906c4edda39b09957d94597
Contents?: true
Size: 436 Bytes
Versions: 10
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InputMediaAudio < Base attribute :type, String, default: 'audio' attribute :media, String attribute :thumb, String attribute :caption, String attribute :parse_mode, String attribute :duration, Integer attribute :performer, String attribute :title, String end end end end
Version data entries
10 entries across 10 versions & 2 rubygems