Sendbird UIKit ReactToPollOption

I am currently using UIKit for IOS. I have set up a custom Message Type for UserMessages that contain a poll object, and I am displaying the different poll options onto the screen with the respective total number of votes. I am currently testing by using the API platform to cast the poll vote, and then I want to notify all devices that the poll option has been updated. Is there a method that I could hook into in order to “update” the messages on the IOS UIKIT devices so that it will reload the cell on the screen? I basically want it to work similar to the update reactions or update messages functionality that already exist