Struct serenity::model::event::MessageDeleteBulkEvent[][src]

pub struct MessageDeleteBulkEvent {
    pub channel_id: ChannelId,
    pub ids: Vec<MessageId>,
}

Fields

Trait Implementations

impl Clone for MessageDeleteBulkEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageDeleteBulkEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations