Struct clacks_mtproto::mtproto::channel_admin_log_event_action::ChangePhoto [] [src]

pub struct ChangePhoto {
    pub prev_photo: ChatPhoto,
    pub new_photo: ChatPhoto,
}

TL-derived from channelAdminLogEventActionChangePhoto

channelAdminLogEventActionChangePhoto#b82f55c3 prev_photo:ChatPhoto new_photo:ChatPhoto = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ChangePhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChangePhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChangePhoto
[src]

impl BareDeserialize for ChangePhoto
[src]

impl IntoBoxed for ChangePhoto
[src]

Auto Trait Implementations

impl Send for ChangePhoto

impl Sync for ChangePhoto