[−][src]Trait telegram_bot_raw::requests::send_document::CanSendDocument
Send a document
Required methods
fn document<'c, T>(&self, document: T) -> SendDocument<'c> where
T: Into<InputFile>,
[src]
T: Into<InputFile>,
Implementors
impl<M> CanSendDocument for M where
M: ToChatRef,
[src]
M: ToChatRef,
fn document<'c, T>(&self, document: T) -> SendDocument<'c> where
T: Into<InputFile>,
[src]
T: Into<InputFile>,