atakde/discord-webhook-php

File support

Closed this issue · 1 comments

Log1x commented

A FileMessage class would be excellent.

The main thing that needs to be done is a file needs to be attached to file and the header needs to change from JSON to multipart/form-data.

It could get fancy and have an easy way to attach a text-based attachment, but otherwise most of it could be left up to the user.

atakde commented

A new class FileMessage is available.

Thanks for your feedbacks.