Pinning a message should return the system message spawned from it #4563
Unanswered
Chew
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 1 reply
-
It will still possible after april, you don't need the intent to know a message was sent and its type, you only need it to access content-related properties |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't see this happening, but fwiw you don't need to see message content in order to identify a pinned message. the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Currently, pinning a message returns a 204. It should return the system message, or even just the ID, allowing us to delete the message if we want.
Otherwise, we'd need to listen to new messages (something not possible after April), then detect if it's the "pinned" message.
Unless there's another way to retrieve the resulting system message, I'm out of ideas.
Beta Was this translation helpful? Give feedback.
All reactions