Struct telegram::schema::InputAppEvent []

pub struct InputAppEvent {
    pub time: f64,
    pub type_: String,
    pub peer: i64,
    pub data: String,
}

Fields

Trait Implementations

impl Debug for InputAppEvent
[src]

Formats the value using the given formatter.

impl Serialize for InputAppEvent

Serialize to the passed buffer.