Browse Source

Merge 9c6d21ba2c into 2fbed93624

pull/10456/merge
ethan 1 month ago
committed by GitHub
parent
commit
750a9dc039
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 17
      discord/types/embed.py

17
discord/types/embed.py

@ -58,7 +58,22 @@ class EmbedAuthor(TypedDict, total=False):
proxy_icon_url: str
EmbedType = Literal['rich', 'image', 'video', 'gifv', 'article', 'link', 'poll_result']
EmbedType = Literal[
"rich",
"image",
"video",
"gifv",
"article",
"link",
"poll_result",
"post_preview",
"safety_policy_notice",
"safety_system_notification",
"auto_moderation_message",
"auto_moderation_notification",
"age_verification_system_notification",
"gift",
]
class Embed(TypedDict, total=False):

Loading…
Cancel
Save