I am new to this git library (not entirely new to XMTP), and also new to rust, but wanted to ask if there was the ability to fetch reactions easily.
seems like reactions are already fetched and used to form num_reactions inside the message struct
num_reactions: msg.reactions.len() as i32,
I may pull and try to test and send in a PR, but wanted to ask if it was as easy as it looks. I dont know the content of msg.reactions but I will try to mess around with this.