Struct telegram::schema::messages::sendEncryptedService []

pub struct sendEncryptedService {
    pub peer: InputEncryptedChat,
    pub random_id: i64,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for sendEncryptedService
[src]

Formats the value using the given formatter.

impl Serialize for sendEncryptedService

Serialize to the passed buffer.