dolfies
de5720e659
Fix attachment is_spoiler() and is_voice_message()
3 months ago
dolfies
66f3548f3a
Add defaults for message object parsing
3 months ago
Jakub Kuczys
19f02c40b3
Document message types that can have a default message reference
4 months ago
Rapptz
8953938a53
Update Pyright to v1.1.394
4 months ago
DA344
afbbc07e98
Add support for poll result messages
5 months ago
Violet
55974ebde8
Fix MessageSnapshot sticker_items typo
5 months ago
Soheab
814ce3c8ee
Add command target to MessageInteractionMetadata
7 months ago
Steve C
c8ecbd8d10
Add Message.forward flag
8 months ago
DA344
99a7093c34
Add support for message forwarding
Co-authored-by: Red Magnos <[email protected] >
Co-authored-by: MCausc78 <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Danny <[email protected] >
8 months ago
owocado
48cf500e09
Fix Message.system_content for role_subscription_purchase renewal type
8 months ago
Soheab
b3141db6e9
Add support for messages with type purchase_notification
8 months ago
Andrin
20c543f672
Add support for message call
8 months ago
iyad-f
9d7c253535
Add missing error for Message.edit
8 months ago
Rapptz
66d74054dd
Remove outdated leftover comment about polls
10 months ago
Rapptz
733c583b72
Remove _get_poll lookup in Message constructor
This was triggering a terrible performance regression for no good
reason for all created messages that didn't have a poll, which is
essentially 99.99% of messages leading to MESSAGE_CREATE dispatches
having degraded performance.
10 months ago
Soheab
a6d1dc0455
Add support for getting the attachment's title
10 months ago
Rapptz
efe81a67fb
Fix Message.poll not prioritising API data over cached data
1 year ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
1 year ago
Soheab
2248fc1946
Fix various code around Message.interaction(_metadata)
1 year ago
Soheab
963bb08557
Add support for Message.interaction_metadata
Co-authored-by: Danny <[email protected] >
1 year ago
Andrin
08ef42fedf
Add new incident message types
Co-authored-by: Danny <[email protected] >
2 years ago
Lilly Rose Berner
29344b9cce
Add thread getters to Message
2 years ago
Soheab_
14faa9bdab
Add support for attachment flags
2 years ago
Rapptz
c5da0fe7c1
Remove and address stale TODO comments
2 years ago
Rapptz
f1bade4bda
Hoist webhook detection outside of store_user helper
2 years ago
RedGuy12
54c62d7ef8
Fix system message for channel_icon_change
2 years ago
Andrin S
1767be0081
Add support for voice messages
Co-authored-by: Danny <[email protected] >
2 years ago
Rapptz
0adef0ec89
Update auto_archive_duration documentation
Fix #9351
2 years ago
Andrin S
2ddb9d22ba
Add overloads to reply and send
2 years ago
Rapptz
bd6bbdab00
Add support for stage message types
2 years ago
Rapptz
fd9f3e9eff
Update docs with references to text in stage
2 years ago
Rapptz
da4651c97c
Implement Messageable for StageChannel
Fix #9248
2 years ago
owocado
3644f7849c
Document auto_archive_duration accepted values
2 years ago
Rapptz
94fa00fbfd
Clarify documentation on Message.publish
2 years ago
Rapptz
a2b09c0ecd
Remove unused import
2 years ago
Rapptz
ec71a46907
Fix Message.channel rebinding sometimes being Object
2 years ago
Rapptz
7e95f98521
Fix webhooks and interactions not closing files after a request
2 years ago
Rapptz
3d2dedbc58
Add Message.position and Message.application_id attributes
2 years ago
Rapptz
3d24f0fb12
Add support for role subscription reading
2 years ago
Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
3 years ago
Omkaar
c30a2f3ca0
Refactor certain f-strings and literals
3 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
James Hilton-Balfe
40986f9279
Fix overlapping or incorrect slots found by slotscheck
3 years ago
Lilly Rose Berner
e0341c9ef2
Add forum post rename system message
3 years ago
Emily
55849d996e
Update documentation for discord.Message
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
7e66e11640
Change Message.system_content to always return str
3 years ago
Alex Nørgaard
2b9e43dbf9
Change Message.application type to MessageApplication
Co-authored-by: Danny <[email protected] >
3 years ago
nickofolas
59ebfefbf4
Use __getitem__ to access channel_id in MessageReference payloads
3 years ago
Ryan H
dbb00bd361
Add Reaction into typehint of add_reaction()
3 years ago
Lilly Rose Berner
7267d18d9e
Improve component typing
3 years ago