owocado
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
discord/types/interactions.py
|
|
@ -69,8 +69,8 @@ class PartialChannel(_BasePartialChannel): |
|
|
|
nsfw: bool |
|
|
|
flags: int |
|
|
|
rate_limit_per_user: int |
|
|
|
parent_id: Snowflake |
|
|
|
last_message_id: Snowflake |
|
|
|
parent_id: Optional[Snowflake] |
|
|
|
last_message_id: Optional[Snowflake] |
|
|
|
last_pin_timestamp: NotRequired[str] |
|
|
|
|
|
|
|
|
|
|
|