mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Add ForumChannel to Thread.parent_id docstring
This commit is contained in:
parent
526ed46d7a
commit
151806ec94
@ -91,7 +91,7 @@ class Thread(Messageable, Hashable):
|
|||||||
id: :class:`int`
|
id: :class:`int`
|
||||||
The thread ID.
|
The thread ID.
|
||||||
parent_id: :class:`int`
|
parent_id: :class:`int`
|
||||||
The parent :class:`TextChannel` ID this thread belongs to.
|
The parent :class:`TextChannel` or :class:`ForumChannel` ID this thread belongs to.
|
||||||
owner_id: :class:`int`
|
owner_id: :class:`int`
|
||||||
The user's ID that created this thread.
|
The user's ID that created this thread.
|
||||||
last_message_id: Optional[:class:`int`]
|
last_message_id: Optional[:class:`int`]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user