Struct telegram::schema::ContactBlocked []

pub struct ContactBlocked {
    pub user_id: i32,
    pub date: i32,
}

Fields

Trait Implementations

impl Debug for ContactBlocked
[src]

Formats the value using the given formatter.

impl Serialize for ContactBlocked

Serialize to the passed buffer.