Class: MaxApiClient::VideoAttachment

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

Overview

Attachment wrapper for uploaded videos.

Instance Method Summary collapse

Instance Method Details

#to_hObject



49
50
51
# File 'lib/max_api_client/attachments.rb', line 49

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