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

pub struct MessageAckEvent {
    pub channel_id: ChannelId,
    pub message_id: Option<MessageId>,
}

Fields

May be None if a private channel with no messages has closed.

Trait Implementations

impl Clone for MessageAckEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MessageAckEvent
[src]

impl Debug for MessageAckEvent
[src]

Formats the value using the given formatter.