Struct clacks_mtproto::mtproto::message_action::ChatEditPhoto [] [src]

pub struct ChatEditPhoto {
    pub photo: Photo,
}

TL-derived from messageActionChatEditPhoto

messageActionChatEditPhoto#7fcb13a8 photo:Photo = MessageAction;

Fields

Trait Implementations

impl Debug for ChatEditPhoto
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatEditPhoto
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatEditPhoto
[src]

impl BareDeserialize for ChatEditPhoto
[src]

impl IntoBoxed for ChatEditPhoto
[src]

Auto Trait Implementations

impl Send for ChatEditPhoto

impl Sync for ChatEditPhoto