Class: MaxApiClient::AudioAttachment

Inherits:
Attachment show all
Defined in:
lib/max_api_client/attachments.rb,
sig/max_api_client.rbs

Overview

Attachment wrapper for uploaded audio files.

Instance Method Summary collapse

Instance Method Details

#to_hObject



56
57
58
# File 'lib/max_api_client/attachments.rb', line 56

def to_h
  { type: "audio", payload: }
end