Class: MaxApiClient::AudioAttachment
- Inherits:
-
Attachment
- Object
- Attachment
- MaxApiClient::AudioAttachment
- 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_h ⇒ Object
56 57 58 |
# File 'lib/max_api_client/attachments.rb', line 56 def to_h { type: "audio", payload: } end |