Struct discord::model::RichInvite [] [src]

pub struct RichInvite {
    pub code: String,
    pub server_icon: Option<String>,
    pub server_id: ServerId,
    pub server_name: String,
    pub server_splash_hash: Option<String>,
    pub channel_type: ChannelType,
    pub channel_id: ChannelId,
    pub channel_name: String,
    pub inviter: User,
    pub created_at: String,
    pub max_age: u64,
    pub max_uses: u64,
    pub temporary: bool,
    pub uses: u64,
}

Detailed information about an invite, available to server managers

Fields

Methods

impl RichInvite
[src]

Trait Implementations

impl Debug for RichInvite
[src]

Formats the value using the given formatter.

impl Clone for RichInvite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more