interface RawFileEncodable extends JSONEncodable<RESTAPIAttachment>
Represents an object capable of representing itself as a raw file attachment. Objects implementing this interface can return binary file data to be sent as part of multipart/form-data requests.
Returns the raw file of an attachment.
Transforms this object to its JSON format
Inherited from: JSONEncodable