Struct discord::model::PrivateChannel [] [src]

pub struct PrivateChannel {
    pub id: ChannelId,
    pub kind: ChannelType,
    pub recipient: User,
    pub last_message_id: Option<MessageId>,
    pub last_pin_timestamp: Option<String>,
}

Private text channel to another user

Fields

Methods

impl PrivateChannel
[src]

Trait Implementations

impl Debug for PrivateChannel
[src]

Formats the value using the given formatter.

impl Clone for PrivateChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more