Skip to content

Commit 0e14e70

Browse files
committed
docs: specify purpose of embed type field
1 parent 60d2687 commit 0e14e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/api/models/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ class Embed(DictSerializerMixin):
512512
)
513513
514514
:ivar Optional[str] title?: Title of embed
515-
:ivar Optional[str] type?: Embed type
515+
:ivar Optional[str] type?: Embed type, relevant by CDN file connected. This is only important to rendering.
516516
:ivar Optional[str] description?: Embed description
517517
:ivar Optional[str] url?: URL of embed
518518
:ivar Optional[datetime] timestamp?: Timestamp of embed content

0 commit comments

Comments
 (0)