Struct telegram::schema::messages::editChatPhoto []

pub struct editChatPhoto {
    pub chat_id: i32,
    pub photo: InputChatPhoto,
}

Fields

Trait Implementations

impl Debug for editChatPhoto
[src]

Formats the value using the given formatter.

impl Serialize for editChatPhoto

Serialize to the passed buffer.