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

pub struct ChannelPinsAckEvent {
    pub channel_id: ChannelId,
    pub timestamp: String,
}

Fields

Trait Implementations

impl Clone for ChannelPinsAckEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelPinsAckEvent
[src]

Formats the value using the given formatter.