Browse Source

fix types

pull/10180/head
owocado 4 weeks ago
committed by GitHub
parent
commit
ad25c05a84
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      discord/types/interactions.py

4
discord/types/interactions.py

@ -69,8 +69,8 @@ class PartialChannel(_BasePartialChannel):
nsfw: bool nsfw: bool
flags: int flags: int
rate_limit_per_user: int rate_limit_per_user: int
parent_id: Snowflake parent_id: Optional[Snowflake]
last_message_id: Snowflake last_message_id: Optional[Snowflake]
last_pin_timestamp: NotRequired[str] last_pin_timestamp: NotRequired[str]

Loading…
Cancel
Save