Skip to content

Commit

Permalink
🩹 Remove unused prop docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jul 21, 2024
1 parent 31c771b commit 1430c6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Discord/Parts/Thread/Thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
* @property int|null $total_message_sent Number of messages ever sent in a thread, it's similar to `message_count` on message creation, but will not decrement the number when a message is deleted.
* @property int|null $flags Channel flags combined as a bitfield. PINNED can only be set for threads in forum channels.
* @property string[]|null $applied_tags The IDs of the set of tags that have been applied to a thread in a forum channel, limited to 5.
* @property Poll|null $poll One of content, file, embeds, poll
*
*
* @property MessageRepository $messages Repository of messages sent in the thread.
Expand Down

0 comments on commit 1430c6a

Please sign in to comment.