Modifying visibility of mod parsers; requires feature flag unstable_raw to access it publicly.
After sending a scheduled message, on fetching the update the Client::send_message panics due to unwrap on None value. Adding the support for NewScheduledMessage update fixes this.
mod parsers
; requires feature flagunstable_raw
to access it publicly.Client::send_message
panics due to unwrap onNone
value. Adding the support forNewScheduledMessage
update fixes this.