Struct discord::model::Call [] [src]

pub struct Call {
    pub channel_id: ChannelId,
    pub message_id: MessageId,
    pub region: String,
    pub ringing: Vec<UserId>,
    pub unavailable: bool,
    pub voice_states: Vec<VoiceState>,
}

An active group or private call

Fields

Methods

impl Call
[src]

Trait Implementations

impl Debug for Call
[src]

Formats the value using the given formatter.

impl Clone for Call
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more