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

pub struct ChannelPinsUpdateEvent {
    pub channel_id: ChannelId,
    pub last_pin_timestamp: Option<String>,
}

Fields

Trait Implementations

impl Clone for ChannelPinsUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelPinsUpdateEvent
[src]

Formats the value using the given formatter.