Struct telegram::schema::ChatParticipant []

pub struct ChatParticipant {
    pub user_id: i32,
    pub inviter_id: i32,
    pub date: i32,
}

Fields

Trait Implementations

impl Debug for ChatParticipant
[src]

Formats the value using the given formatter.

impl Serialize for ChatParticipant

Serialize to the passed buffer.