Struct telebot::functions::SendDocument[][src]

pub struct SendDocument { /* fields omitted */ }

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.

Auto Trait Implementations