Re-export MessageEvent from the crate root

This commit is contained in:
Jonas Platte 2020-06-04 10:43:55 +02:00
parent 33ac5267a9
commit 35eb0bcfbf
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -169,6 +169,7 @@ pub use self::{
event_type::EventType,
from_raw::{FromRaw, TryFromRaw},
json::EventJson,
message::MessageEvent,
state::StateEvent,
};