Struct telegram::schema::messages::editChatTitle []

pub struct editChatTitle {
    pub chat_id: i32,
    pub title: String,
}

Fields

Trait Implementations

impl Debug for editChatTitle
[src]

Formats the value using the given formatter.

impl Serialize for editChatTitle

Serialize to the passed buffer.