Get Partial Forwarded Message originating from Channel without access #1604
Unanswered
BaaBaaBruh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to access a forward message that is coming from a channel that the selfbot doesn't have access to. I get either
Could not resolve channel to a guild channel
or aMissing Access
error (likely because the account doesn't have access to the channel where the message is being forwarded from) when I try to callmessage.fetchReference()
.Is it possible to retrieve at least a fragment of this forwarded message using another way I am not aware of? It seems like in the normal discord client, we have access to at least a few lines of the source message and the uploaded files/photos.

Beta Was this translation helpful? Give feedback.
All reactions