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

pub struct CallUpdateEvent {
    pub channel_id: ChannelId,
    pub message_id: MessageId,
    pub region: String,
    pub ringing: Vec<UserId>,
}

Fields

Trait Implementations

impl Clone for CallUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CallUpdateEvent
[src]

Formats the value using the given formatter.