-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "resolved" data field is not currently accessible #8
Comments
Hey, thanks for using this library. Right now I haven't really been able to implement the IIRC, the ResolvedData structure is a pretty simple data structure which should be easy to implement, as most of the parsing is done by If you don't have the time to implement it, I should be able to make it happen within 30 days or so, although I can't be completely sure. |
If you can't wait (which is fine of course). All the data you want can also be found in the |
Moving to a hyper (or hyper-based package) seems like a good move! I was originally looking into using hyper before coming across this! I'll see if I can help as I'm genuinely interested in expanding my knowledge here! For the |
All I could find is the So I guess trying adding a |
I was more so referring to the response found here. I see when I do That should clarify where I'm trying to come from. |
Ah I see now. |
Got it. Thanks for the assistance and insight. I'll mess about with this and see what I come up with! |
Hey, so I've been working on a PR with some of these new structs to add. I have a question about serde (as I'm fairly new to Rust). When do I use these macros and when do I not use them? #[serde_as(as = "Option<DisplayFromStr>")]
#[serde(default)] |
So sometimes you have to tell serde how to 'read' the data and what it should output. So in the case of |
I've been working on utilizing this package in a new project of mine. However, I've hit a bit of a road bump trying to access the resolved data of an interactive response via a "Message Command." In this case, I'm trying to get data of the message such as the content.
Are there any plans for implementing this functionality? If so, any sort of timeframe? If any assistance is needed in regards to contributing, feel free to let me know and I'll take my best shot at it (as I've been going through the source code and docs a bit more since I found this package a few hours ago).
https://github.com/0x2b00b1e5/rusty-interaction/blob/6cefdf725d8028f981d186e6fc845560ac625a69/src/types/application.rs#L257-L259
The text was updated successfully, but these errors were encountered: