Message from MessageId #1859
Answered
by
vicky5124
bunchofcellulose
asked this question in
Q&A
-
Is it possible to get a Message from a MessageId? |
Beta Was this translation helpful? Give feedback.
Answered by
vicky5124
Apr 18, 2022
Replies: 1 comment
-
Not exclusively, you will also need the channel_id the message is in.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bunchofcellulose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not exclusively, you will also need the channel_id the message is in.
https://serenity-rs.github.io/serenity/current/serenity/http/client/struct.Http.html#method.get_message
ctx.http.get_message(channel_id, message_id).await?