dolfies
51d43a158f
Rework member chunking and events ( #662 )
1 year ago
Rapptz
bc4b1cad6d
Update auto_archive_duration documentation
Fix #9351
2 years ago
dolfies
4039345c15
Implement new read state capabilities
2 years ago
dolfies
5b6e6d13b7
Implement read states ( #498 )
* Base read states
* Base read states
* Models and helpers
* Increase mention counter
* Rest of the ack events
* Finishing touches and doccs
* Fix RawUserFeatureAckEvent docstring
* Add top-level mention count property
* Add ack shortfall note
* Expose and document ReadStateType
* Add Client.read_states getter
* Update scheduled event read state badge count
* Update README
2 years ago
dolfies
2da78bf2a6
Implement new capabilities, PASSIVE_UPDATE_V1, and add last_pin_timestamp to channels
2 years ago
dolfies
8a1a3ffcce
Fix issues with previous upstream commits
2 years ago
Rapptz
e6f549008f
Fix implicit permission resolution for Thread
Fix #9153
2 years ago
Jonah Lawrence
9a975acd26
Fix usage of single backticks to links and code-blocks
3 years ago
Mega-JC
810b916054
Update Thread.message_count documentation
Co-authored-by: Danny <[email protected] >
3 years ago
Steve C
14875c45e3
Fix permissions-based docstrings to be more consistent
3 years ago
Lilly Rose Berner
adf40da8dc
Update flags and applied tags on thread update
3 years ago
Rapptz
ba901066ff
Add support for newest ForumChannel changes
This adds the following:
- Forum tag support
- Default reaction support
- Default slowmode for newly created threads
3 years ago
Rapptz
aa956914cd
Add Thread.starter_message property
3 years ago
Rapptz
14240540bb
Change default for purge oldest_first to match history
3 years ago
Sebastian Law
91ca12061c
Use positional args for internal thread methods
3 years ago
Rapptz
d8bea2b300
Fix Thread.jump_url docstring
3 years ago
Omkaar
ad1d249faf
Add jump_url property to Threads
3 years ago
Steve C
3a6d1e8af7
Add ForumChannel to Thread.parent_id docstring
3 years ago
dolfies
9839e7a0e8
Change Fetch -> Retrieve for last_message documentation
2 years ago
dolfies
008f79adee
Rebase to latest upstream
3 years ago
dolfies
8fcca3183a
Rebase to latest upstream
3 years ago
dolfies
29c2036bc8
Rebase to latest upstream
3 years ago
Stocker
caf2000fe8
Add missing annotation for ThreadMember.id
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Stocker
e491aa84e5
Fix typo in Thread.remove_user
3 years ago
Josh
4dbe1af32f
Update sphinx and fix documentation issues
3 years ago
jack1142
dc19c6c7d5
Add positional-only arguments in more places
3 years ago
Kowlin
7f54c45886
Add Thread.created_at
3 years ago
jack1142
9a6b2fa402
Add Thread.fetch_member
See: discord/discord-api-docs#3998
3 years ago
dolfies
627635cbc3
Fix thread events, add a missing thread field, fix reason not being sent when editing threads
3 years ago
dolfies
332e408658
various changes; prepare for scheduled event support
3 years ago
dolfies
a219cd69f1
Remove deprecated `archiver_id` attribute
3 years ago
dolfies
d7ca9d5f23
Shorten Thread.fetch_member timeout
3 years ago
dolfies
5de690fa49
Add Thread.parent alias called channel
3 years ago
dolfies
d20b444bfb
Preliminary thread support
3 years ago
dolfies
7b11d8c256
Get it starting
4 years ago
James Gayfer
4aafa39e8c
Update thread permissions
Discord has renamed / repurposed "Use Public Threads" and "Use Private
Threads", as well as added a new permission "Send Messages in Threads".
For more information, see:
https://github.com/discord/discord-api-docs/pull/3672
4 years ago
Josh
d2ea33e5e9
Add support for invitable thread option
4 years ago
Rapptz
490bbffc93
Remove in-place edits and return fresh instances instead
Fixes #4098
4 years ago
Stocker
b5a717fb80
Fix missing typehint that causes an error for a type checker
4 years ago
Rapptz
68453c7bed
Add Thread.members and Thread.fetch_members
4 years ago
Willy
8b148afabd
Update description of auto_archive_duration kwarg of Thread.edit
4 years ago
Arthur
8db79d2579
Add Thread.category
4 years ago
Nadir Chowdhury
906c13d4f0
Set Thread.member/message_count
4 years ago
z03h
48eb981344
Fix Thread.slowmode_delay not updating
4 years ago
Steve C
834e23dc00
Fix type annotations for purge's limit param on Thread/TextChannel
Optional was missing.
4 years ago
Nadir Chowdhury
e2624b9a31
[commands] Fix (Partial)MessageConverter to work with thread messages
4 years ago
Alex Nørgaard
d1dc41ec2f
Fix Client.fetch_channel not returning Thread
4 years ago
Alex Nørgaard
b7b75e2b1f
Add Thread.is_nsfw
4 years ago
Rapptz
69c400d813
Add Thread.mention
4 years ago