We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d2687 commit 0e14e70Copy full SHA for 0e14e70
interactions/api/models/message.py
@@ -512,7 +512,7 @@ class Embed(DictSerializerMixin):
512
)
513
514
:ivar Optional[str] title?: Title of embed
515
- :ivar Optional[str] type?: Embed type
+ :ivar Optional[str] type?: Embed type, relevant by CDN file connected. This is only important to rendering.
516
:ivar Optional[str] description?: Embed description
517
:ivar Optional[str] url?: URL of embed
518
:ivar Optional[datetime] timestamp?: Timestamp of embed content
0 commit comments