pub type dc_event_t = Event;Aliased Type§
pub struct dc_event_t {
pub id: u32,
pub typ: EventType,
}Fields§
§id: u32The ID of the Context which emitted this event.
This allows using multiple Contexts in a single process as they are identified
by this ID.
typ: EventTypeThe event payload.
These are documented in deltachat.h as the DC_EVENT_* constants.