Struct slack_api::pins::ListResponseItemMessage [] [src]

pub struct ListResponseItemMessage {
    pub channel: String,
    pub created: Option<f32>,
    pub created_by: Option<String>,
    pub message: Message,
    pub ty: String,
}

Fields

Trait Implementations

impl Clone for ListResponseItemMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItemMessage
[src]

Formats the value using the given formatter.