Struct telegram::schema::messages::sendMessage []

pub struct sendMessage {
    pub peer: InputPeer,
    pub message: String,
    pub random_id: i64,
}

Fields

Trait Implementations

impl Debug for sendMessage
[src]

Formats the value using the given formatter.

impl Serialize for sendMessage

Serialize to the passed buffer.