serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Update `MessageReference` Struct

Open MarkusTheOrt opened this issue 4 months ago • 1 comments

the MessageReference struct is missing the type field (see here: https://discord.com/developers/docs/resources/message#message-reference-object)

I am happy to implement this myself, the question is do you want this added as a struct field, or make a union enum from this?

MarkusTheOrt avatar Oct 18 '24 12:10 MarkusTheOrt