-
-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Media channel support #2725
Conversation
Made this on my phone lol
It would be nice to have a |
I don't see a reason to add more properties, since the media channel does not have any extra features. Also, this matches the |
docs
This PR adds support for the new media channels.
Warning
This feature is not released & fully documented yet, so use this at your own risk as things might change at any moment.
Changes
IMediaChannel
, rest & socket entities.IsThumbnail
property toFileAttachment
- one can be set for an image used as a thumbnail in a media channel postChannelType
IGuild
This PR is based on PR #2720