pub struct SendDocument { /* private fields */ }Expand description
Use this method to send general files. On success, the sent Message is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.
Trait Implementations§
Source§impl Clone for SendDocument
impl Clone for SendDocument
Source§fn clone(&self) -> SendDocument
fn clone(&self) -> SendDocument
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendDocument
impl Debug for SendDocument
Source§impl<'de> Deserialize<'de> for SendDocument
impl<'de> Deserialize<'de> for SendDocument
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SendDocument
impl RefUnwindSafe for SendDocument
impl Send for SendDocument
impl Sync for SendDocument
impl Unpin for SendDocument
impl UnwindSafe for SendDocument
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more