pub trait CanSendDocument {
    fn document<'c, T>(&self, document: T) -> SendDocument<'c>
    where
        T: Into<InputFile>
; }
Expand description

Send a document

Required Methods§

Implementors§