Struct telegram::schema::messages::getDialogs []

pub struct getDialogs {
    pub offset: i32,
    pub max_id: i32,
    pub limit: i32,
}

Fields

Trait Implementations

impl Debug for getDialogs
[src]

Formats the value using the given formatter.

impl Serialize for getDialogs

Serialize to the passed buffer.