How can I detect that the message is ephemeral message?

Same
11 Replies
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
Fyphen
Fyphen16mo ago
yes
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
d.js docs
d.js docs16mo ago
Documentation suggestion for @fyphen:property Message#flags Flags that are applied to the message
Danial
Danial16mo ago
If the message is ephemeral, it will have Ephemeral flag https://discord-api-types.dev/api/discord-api-types-v10/enum/MessageFlags
Fyphen
Fyphen16mo ago
Oh I see Thanks man
Danial
Danial16mo ago
Of course
Fyphen
Fyphen16mo ago
Oh sit I didn't mean it Sorry How can I detect if the message is defered
d.js docs
d.js docs16mo ago
property ChatInputCommandInteraction#deferred Whether the reply to this interaction has been property ChatInputCommandInteraction#replied Whether this interaction has already been replied to
Fyphen
Fyphen16mo ago
Oh thank you very much
Danial
Danial16mo ago
Of course