Struct slack_api::FileComment [] [src]

pub struct FileComment {
    pub comment: Option<String>,
    pub id: Option<String>,
    pub reactions: Option<Vec<Reaction>>,
    pub timestamp: Option<i32>,
    pub user: Option<String>,
}

Fields

Trait Implementations

impl Clone for FileComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileComment
[src]

Formats the value using the given formatter.