Skip to content

Commit

Permalink
Merge pull request #1246 from discord-php/feat/thread-attribute-newly…
Browse files Browse the repository at this point in the history
…_created

feat(thread): Add event only attribute 'newly_created'
  • Loading branch information
SQKo authored Jul 21, 2024
2 parents 1879297 + 9f0479d commit 28409d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Discord/Parts/Thread/Thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ class Thread extends Part implements Stringable
'total_message_sent',
'flags',
'applied_tags',

// events
'newly_created',
];

/**
Expand Down

0 comments on commit 28409d4

Please sign in to comment.