Struct clacks::mtproto::channelAdminLogEventActionChangeTitle [] [src]

pub struct channelAdminLogEventActionChangeTitle {
    pub prev_value: string,
    pub new_value: string,
}

Fields

Trait Implementations

Auto Trait Implementations