Struct irksome::Event [] [src]

pub struct Event {
    pub timestamp: DateTime<Utc>,
    pub prefix: Prefix,
    pub tags: HashMap<String, Option<String>>,
    pub kind: EventKind,
    pub target: Target,
    pub content: String,
}

An IRC event.

Fields

When the message was received.

Whom sent the message.

Any tags included in the message.

The kind of message.

The target of the message.

The content of the message.