Browse Source

Fix Thread last_pin_timestamp typing

pull/10109/head
dolfies 2 years ago
parent
commit
82b5f5d3c2
  1. 2
      discord/types/threads.py

2
discord/types/threads.py

@ -65,7 +65,7 @@ class Thread(TypedDict):
member_ids_preview: List[Snowflake]
member: NotRequired[ThreadMember]
last_message_id: NotRequired[Optional[Snowflake]]
last_pin_timestamp: NotRequired[Optional[Snowflake]]
last_pin_timestamp: NotRequired[Optional[str]]
newly_created: NotRequired[bool]
flags: NotRequired[int]
applied_tags: NotRequired[List[Snowflake]]

Loading…
Cancel
Save