mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-01 07:40:07 +00:00
Mention ephemeral messages can only be edited with raw method
This commit is contained in:
parent
d1dc41ec2f
commit
c748e4bce5
@ -258,6 +258,9 @@ class Interaction:
|
|||||||
This is a lower level interface to :meth:`InteractionMessage.edit` in case
|
This is a lower level interface to :meth:`InteractionMessage.edit` in case
|
||||||
you do not want to fetch the message and save an HTTP request.
|
you do not want to fetch the message and save an HTTP request.
|
||||||
|
|
||||||
|
This method is also the only way to edit the original message if
|
||||||
|
the message sent was ephemeral.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
------------
|
------------
|
||||||
content: Optional[:class:`str`]
|
content: Optional[:class:`str`]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user