[][src]Trait telegram_bot::prelude::CanReplySendDocument

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

Can reply with a document

Required methods

pub fn document_reply<'c, T>(&self, document: T) -> SendDocument<'c> where
    T: Into<InputFile>, 
[src]

Loading content...

Implementors

impl<M> CanReplySendDocument for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...