-
Notifications
You must be signed in to change notification settings - Fork 644
Open
Description
Although the Discord documentation omits the content field from the documented response structure, it is present in the actual HTTP response. This field contains meaningful data directly associated with the TextDisplay component, and excluding it results in a loss of relevant information.
Including content would improve completeness and better reflect both actual and expected API behaviour, even if it is currently undocumented.
Adding it as Option<String> would make the most sense, allowing Serenity to handle its removal from the HTTP response gracefully without requiring a breaking change to the struct.
Metadata
Metadata
Assignees
Labels
No labels