@@ -1176,7 +1176,7 @@ default MessageEditAction editMessageComponents(@Nonnull LayoutComponent... comp
1176
1176
*
1177
1177
* <li>{@link net.dv8tion.jda.api.requests.ErrorResponse#UNKNOWN_MESSAGE UNKNOWN_MESSAGE}
1178
1178
* <br>The provided {@code messageId} is unknown in this MessageChannel, either due to the id being invalid, or
1179
- * the message it referred to has already been deleted. This might also be triggered for ephemeral messages.</li>
1179
+ * the message it referred to has already been deleted. This might also be triggered for ephemeral messages, if the interaction expired .</li>
1180
1180
*
1181
1181
* <li>{@link net.dv8tion.jda.api.requests.ErrorResponse#UNKNOWN_CHANNEL UNKNOWN_CHANNEL}
1182
1182
* <br>The request was attempted after the channel was deleted.</li>
@@ -1221,7 +1221,7 @@ default MessageEditAction editMessageComponents(@Nonnull LayoutComponent... comp
1221
1221
*
1222
1222
* <li>{@link net.dv8tion.jda.api.requests.ErrorResponse#UNKNOWN_MESSAGE UNKNOWN_MESSAGE}
1223
1223
* <br>The provided {@code messageId} is unknown in this MessageChannel, either due to the id being invalid, or
1224
- * the message it referred to has already been deleted. This might also be triggered for ephemeral messages.</li>
1224
+ * the message it referred to has already been deleted. This might also be triggered for ephemeral messages, if the interaction expired .</li>
1225
1225
*
1226
1226
* <li>{@link net.dv8tion.jda.api.requests.ErrorResponse#UNKNOWN_CHANNEL UNKNOWN_CHANNEL}
1227
1227
* <br>The request was attempted after the channel was deleted.</li>
@@ -1762,7 +1762,7 @@ default MessageCreateAction forwardTo(@Nonnull MessageChannel channel)
1762
1762
* or lost {@link Permission#MESSAGE_MANAGE}.</li>
1763
1763
*
1764
1764
* <li>{@link net.dv8tion.jda.api.requests.ErrorResponse#UNKNOWN_MESSAGE UNKNOWN_MESSAGE}
1765
- * <br>If the message has already been deleted. This might also be triggered for ephemeral messages.</li>
1765
+ * <br>If the message has already been deleted. This might also be triggered for ephemeral messages, if the interaction expired .</li>
1766
1766
* </ul>
1767
1767
*
1768
1768
* @throws MissingAccessException
@@ -1776,8 +1776,8 @@ default MessageCreateAction forwardTo(@Nonnull MessageChannel channel)
1776
1776
* <ul>
1777
1777
* <li>If this Message was not sent by the currently logged in account and it was <b>not</b> sent in a
1778
1778
* {@link GuildChannel GuildChannel}.</li>
1779
- * <li>If this Message is ephemeral</li>
1780
1779
* <li>If this message type cannot be deleted. (See {@link MessageType#canDelete()})</li>
1780
+ * <li>If this Message is ephemeral and the interaction expired.</li>
1781
1781
* </ul>
1782
1782
*
1783
1783
* @return {@link net.dv8tion.jda.api.requests.restaction.AuditableRestAction AuditableRestAction}
0 commit comments