Struct serenity::model::Change
[−]
[src]
pub struct Change {
pub name: String,
pub old: String,
pub new: String,
}Fields
name: String
old: String
new: String