Enum telegram::schema::NotifyPeer []

pub enum NotifyPeer {
    notifyPeer {
        peer: Peer,
    },
    notifyUsers,
    notifyChats,
    notifyAll,
}

Variants

Fields of notifyPeer

Trait Implementations

impl Debug for NotifyPeer
[src]

Formats the value using the given formatter.

impl Serialize for NotifyPeer

Serialize to the passed buffer.